[gnomeweb-wp] make a better organization of the footer menu.



commit ae3857d09c49a1558700ca9eef55ebd75d24c426
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Mar 29 03:31:27 2011 -0300

    make a better organization of the footer menu.
    
    now the columns can be created in the admin area (using the tree arrange) instead of forcing the exact number of 5 columns of links

 wp-content/themes/gnome-grass/footer.php |    6 +-----
 wp-content/themes/gnome-grass/style.css  |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/footer.php b/wp-content/themes/gnome-grass/footer.php
index c99f239..c66e92a 100644
--- a/wp-content/themes/gnome-grass/footer.php
+++ b/wp-content/themes/gnome-grass/footer.php
@@ -8,11 +8,7 @@
         <div class="container_12">
             <div class="links grid_9">
                 <?php
-                wp_nav_menu('menu=footer-1');
-                wp_nav_menu('menu=footer-2');
-                wp_nav_menu('menu=footer-3');
-                wp_nav_menu('menu=footer-4');
-                wp_nav_menu('menu=footer-5');
+                wp_nav_menu('menu=footer');
                 ?>
             </div>
             <div class="language grid_3">
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index e1a0cef..4f3c29d 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -757,7 +757,7 @@ dl.icon_list dt img {
     color: #555753;
     padding: 20px 0;
 }
-#footer div.links div {
+#footer div.links > div > ul > li {
     float: left;
     margin: 0 20px 10px 0;
 }



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