CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/12/08 23:03:56
Modified files: . : layout.css Log message: back to original CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.118&r2=1.119 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.118 retrieving revision 1.119 diff -u -b -r1.118 -r1.119 --- layout.css 8 Dec 2010 23:03:08 -0000 1.118 +++ layout.css 8 Dec 2010 23:03:51 -0000 1.119 @@ -70,19 +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: .9em; padding-top: 1em; } +#links ul{ padding-left: 1em; 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 } +#navigation ul{font-size: 0.8em; margin: 1.1em auto; padding-top: 1.1em } #navigation li{display: inline; }