CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/12/18 17:20:12
Modified files: . : layout.css Log message: (navigation li): reduce padding slightly to make navbar more likely to fit on one physical line. wish it could just divide available space equally instead of having to choose a specific value ... CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.123&r2=1.124 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.123 retrieving revision 1.124 diff -u -b -r1.123 -r1.124 --- layout.css 18 Dec 2010 00:08:13 -0000 1.123 +++ layout.css 18 Dec 2010 17:19:45 -0000 1.124 @@ -87,7 +87,7 @@ #navigation li{display: inline; } -#navigation li a {color: white; text-decoration: none; font-weight: bold; padding: 1.1em;} +#navigation li a {color: white; text-decoration: none; font-weight: bold; padding: .9em;} #navigation li a:hover{ background-color: maroon; color: yellow; }