CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/11/26 09:48:12
Modified files: . : layout.css Log message: Removing #searcher's background-color and text-transform properties, as the former is unnecessary now that the searcher's got no padding, and the latter doesn't do anything, since there's no text other than in the input field and on the button :) CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.116&r2=1.117 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.116 retrieving revision 1.117 diff -u -b -r1.116 -r1.117 --- layout.css 23 Nov 2010 18:55:58 -0000 1.116 +++ layout.css 26 Nov 2010 09:48:01 -0000 1.117 @@ -225,9 +225,7 @@ /* should match navigation values */ #searcher{ float: right; color: white; - text-transform: uppercase; font-weight: bold; - background-color: maroon; margin-right: 0.8em; margin-top: 0.6em; }