CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/12/08 23:03:21
Modified files: . : layout.css Log message: try reducing interitem space in the navbar just a tad CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.117&r2=1.118 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.117 retrieving revision 1.118 diff -u -b -r1.117 -r1.118 --- layout.css 8 Dec 2010 23:01:03 -0000 1.117 +++ layout.css 8 Dec 2010 23:03:08 -0000 1.118 @@ -70,15 +70,17 @@ #links{ position: absolute; top: 5px; right: 1em; border-left: 1px solid #333; padding-left: 1em;height: 90px; overflow: hidden; } -#links ul{ padding-left: 1em; padding-top: 1em; } +#links ul{ padding-left: .9em; padding-top: 1em; } #links li { line-height: 1.6em; font-size: 0.9em; } #content { background-color: #fff; padding-bottom: 1.8em; margin-top: 0.5em; } -#navigation{ background-color: #bd0000; border-bottom: 5px solid #333; clear: both; } +#navigation{ background-color: #bd0000; border-bottom: 5px solid #333; + #clear: both; } -#navigation:after{ clear: both; content: ""; display: block; height: 0px; visibility: hidden; width: 0px; } +#navigation:after{ clear: both; content: ""; display: block; + #height: 0px; visibility: hidden; width: 0px; } #navigation ul{font-size: 0.8em; margin: .9em auto; padding-top: 1.1em }