CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/11/23 18:52:02
Modified files: . : layout.css Log message: reduce margins in navbar and around searcher CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.111&r2=1.112 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.111 retrieving revision 1.112 diff -u -b -r1.111 -r1.112 --- layout.css 23 Nov 2010 18:49:04 -0000 1.111 +++ layout.css 23 Nov 2010 18:51:59 -0000 1.112 @@ -78,13 +78,15 @@ #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: 0.9em auto; padding-top: 0.9em } +#navigation ul{font-size: 0.8em; margin: 0.8em auto; padding-top: 0.8em } #navigation li{display: inline; } -#navigation li a {color: white; text-decoration: none; font-weight: bold; padding: 0.9em;} +#navigation li a {color: white; text-decoration: none; font-weight: bold; + padding: 0.8em;} #navigation li a:hover{ background-color: maroon; color: yellow; } @@ -220,7 +222,11 @@ .inline-list li { display: inline } -#searcher{ float: right; margin-right: 1em; line-height: 3em; color: white; text-transform: uppercase; font-weight: bold; background-color: maroon; padding-left: 1em; padding-right: 1em;} +#searcher{ float: right; margin-right: 0.8em; line-height: 2em; + color: white; + text-transform: uppercase; font-weight: bold; + background-color: maroon; + padding-left: 0.8em; padding-right: 0.8em; } #searcher, #searcher input{ font-size: 0.8em; }