www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Matt Lee
Subject: www layout.css
Date: Mon, 17 May 2010 18:44:44 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        10/05/17 18:44:44

Modified files:
        .              : layout.css 

Log message:
        simplify the css for the navigation menu, also make it easier for 
people to click things

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.54&r2=1.55

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- layout.css  30 Apr 2010 10:52:35 -0000      1.54
+++ layout.css  17 May 2010 18:44:40 -0000      1.55
@@ -80,17 +80,15 @@
 
 #content { background-color: #fff;  padding-bottom: 1.8em;  margin-top: 0.5em; 
 }
 
-#navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
+#navigation{ background-color: #bd0000; border-bottom: 5px solid #333; 
line-height: 2.5em;}
 
-#navigation ul{ line-height: 3em; font-size: 0.8em; }
+#navigation ul{ font-size: 0.8em;}
 
-#navigation li{display: inline; margin: 0 0px; padding: 0.5em 1em 0.5em 1em; }
+#navigation li{display: inline; }
 
-#navigation li a {color: white; text-decoration: none; font-weight: bold; 
line-height: 3em;}
+#navigation li a {color: white; text-decoration: none; font-weight: bold; 
padding: 1em 1em 2em;}
 
-#navigation li a:hover{ background-color: #bd0000;  }
-
-#navigation li:hover a{ color: yellow; }
+#navigation li a:hover{ background-color: maroon; color: yellow;  }
 
 #joinfsftab a{color: yellow !important}
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]