kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Jun 19 16:25:07 CEST 2012


 kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css |   11 ++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 06b3db61f28a5ee7e3ace822fd5fae68f9fa653b
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Jun 19 16:24:57 2012 +0200

    highlight subnav links better

diff --git a/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
index 0d55fac..e9f14bc 100644
--- a/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-6.26/sites/all/themes/kolab/css/custom.css
@@ -96,10 +96,11 @@ div.body-field-wrapper {
         text-decoration: none;
         text-align: center;
         display: block;
+        font-size: 130%;
     }
 
 #navlist li a.active, #navlist li.active-trail {
-	background: transparent url(../images/menu.jpg) no-repeat top left;
+	background: transparent url(../images/menu.jpg) no-repeat bottom left;
 }
 
 #main {
@@ -309,17 +310,19 @@ ul.community-matrix > li p
 ul#subnavlist
 {
   background: transparent url("/sites/all/themes/kolab/images/line.png") no-repeat scroll center bottom;
-  padding-bottom: 15px;
-  padding-top: 15px;
+  padding-bottom: 10px;
+  padding-top: 10px;
   text-align: center;
 }
 
 #subnavlist li
 {
+  background-color: rgba(240, 240, 240, 0.2);
   display: inline;
   list-style-type: none;
-  padding: 2em;
+  padding: 10px;
   text-align: center;
+  font-size: 130%;
 }
 
 #getkolab {





More information about the commits mailing list