[gnome-web-www/wptest] Make google+ icon appear in the "connect with us" box, fixes 688465
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www/wptest] Make google+ icon appear in the "connect with us" box, fixes 688465
- Date: Fri, 23 Nov 2012 21:57:37 +0000 (UTC)
commit 98017b209e6a860b3efe39c2628831fcc5ac2e7d
Author: Tobias Mueller <tobiasmue gnome org>
Date: Fri Nov 23 22:49:59 2012 +0100
Make google+ icon appear in the "connect with us" box, fixes 688465
https://bugzilla.gnome.org/show_bug.cgi?id=688465
theme/css/news.css | 2 +-
theme/images/social_networks/gplus.png | Bin 0 -> 1513 bytes
theme/news_sidebar.php | 6 ++++++
theme/page-home.php | 6 ++++++
4 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/theme/css/news.css b/theme/css/news.css
index 572c5c7..b4a19e2 100644
--- a/theme/css/news.css
+++ b/theme/css/news.css
@@ -79,7 +79,7 @@
padding: 0;
display: table-cell;
vertical-align: top;
- width: 33%;
+ width: 25%;
}
.social_network_icons ul li a {
display: block;
diff --git a/theme/images/social_networks/gplus.png b/theme/images/social_networks/gplus.png
new file mode 100644
index 0000000..c42eab7
Binary files /dev/null and b/theme/images/social_networks/gplus.png differ
diff --git a/theme/news_sidebar.php b/theme/news_sidebar.php
index 28e0e48..c7a8d8b 100644
--- a/theme/news_sidebar.php
+++ b/theme/news_sidebar.php
@@ -25,6 +25,12 @@
Facebook
</a>
</li>
+ <li>
+ <a href="https://plus.google.com/108054458791366257368/posts">
+ <img src="<?php bloginfo('template_url')?>/images/social_networks/gplus.png" alt="GNOME on Google+" rel="publisher" />
+ Google+
+ </a>
+ </li>
</ul>
</div>
</div>
diff --git a/theme/page-home.php b/theme/page-home.php
index 5f1f6af..593d71a 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -163,6 +163,12 @@ require_once("header.php"); ?>
Facebook
</a>
</li>
+ <li>
+ <a href="https://plus.google.com/108054458791366257368/posts">
+ <img src="<?php bloginfo('template_url')?>/images/social_networks/gplus.png" alt="GNOME on Google+" rel="publisher" />
+ Google+
+ </a>
+ </li>
</ul>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]