CVSROOT: /web/www Module name: www Changes by: Matt Lee <mattl> 10/12/02 19:58:38
Modified files: . : layout.css Log message: fix for people with full screen browsers on big monitors 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 2 Dec 2010 19:38:26 -0000 1.111 +++ layout.css 2 Dec 2010 19:58:38 -0000 1.112 @@ -57,7 +57,7 @@ a:hover{ color: red; } -.inner { margin: auto; width: 99%; } +.inner { margin: auto; width: 99%; max-width: 900px; } #logo{background:url(/graphics/topbanner.png) no-repeat;border:0;float: left;margin:0em;padding:0;}