[gnome-web-www] Social icons added to the page gnome.org



commit 3588b25c718fa49c9452298aad59f1a549398ad7
Author: Arpita Raj Gupta <arpita iiit gmail com>
Date:   Mon Nov 11 20:10:06 2013 +0530

    Social icons added to the page gnome.org
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698459
    
    Signed-off-by: Andreas Nilsson <anilsson redhat com>

 theme/footer.php |    6 +++++-
 theme/style.css  |   13 +++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/theme/footer.php b/theme/footer.php
index d35e296..8025fa3 100644
--- a/theme/footer.php
+++ b/theme/footer.php
@@ -31,7 +31,11 @@
                 }
             }
             ?>
-            
+           
+           <div class="icons grid_3">
+                 <?php require_once("social_icons.php"); ?>
+            </div>   
+     
             <!-- footnotes -->
             <div id="footnotes" class="grid_9">
                 <?php _e( 'Copyright', 'grass' ); ?> © 2005‒<?php echo date('Y');?> <strong 
class="gnome_logo"><?php _e( 'The GNOME Project', 'grass' ); ?></strong><br />
diff --git a/theme/style.css b/theme/style.css
index 218c240..cfe1515 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -927,6 +927,19 @@ dl.icon_list dt img {
     background: -moz-linear-gradient(bottom, #fff, #fff);
 }
 
+#footer div.icons {
+    float: right;
+}
+#footer div.icons a {
+    display: table-cell;
+    vertical-align: middle;
+    text-align: center;
+    width: 220px;
+    height: 110px;
+    outline: none;
+    text-decoration: none;
+}
+
 
 #footer ul {
     margin: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]