[gnomeweb-wp] moved "about gnome" to the sidebar in the home page



commit db7a2d5500c107558aa723174424529277442a41
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Apr 5 19:50:22 2011 -0300

    moved "about gnome" to the sidebar in the home page

 wp-content/themes/gnome-grass/css/home.css  |    6 ++++--
 wp-content/themes/gnome-grass/page-home.php |    7 +++++++
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/home.css b/wp-content/themes/gnome-grass/css/home.css
index 7336bb1..8f8153c 100644
--- a/wp-content/themes/gnome-grass/css/home.css
+++ b/wp-content/themes/gnome-grass/css/home.css
@@ -31,15 +31,17 @@
 /* ========================================================================== */
 
 .about_box {
-    padding: 25px;
+    padding: 20px;
+    margin-bottom: 20px;
     background: #eeeeec;
     border: 1px solid #babdb6;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
 }
-.about_box h2 {
+.about_box h4 {
     margin-top: 0;
+    color: #2E3436;
 }
 .about_box p:last-child {
     margin-bottom: 0;
diff --git a/wp-content/themes/gnome-grass/page-home.php b/wp-content/themes/gnome-grass/page-home.php
index e71d3db..5295591 100644
--- a/wp-content/themes/gnome-grass/page-home.php
+++ b/wp-content/themes/gnome-grass/page-home.php
@@ -80,6 +80,13 @@ require_once("header.php"); ?>
                 </div>
                 
                 <div class="grid_4 omega">
+                    
+                    <div class="about_box">
+                        <h4>We make great software available to all.</h4>
+                        <p>GNOME is an international community dedicated to making great software that anyone use, no matter what language they speak or whatever their technical or physical abilities.</p>
+                        <p><a class="more" href="/about/">About the GNOME Project</a></p>
+                    </div>
+                
                     <h4>Connect with us</h4>
                     
                     <div class="subtle_box">                    



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