CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/11/23 01:11:39
Modified files: . : layout.css Log message: Changing .inner to be more liberal to browser window widths :) CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.105&r2=1.106 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.105 retrieving revision 1.106 diff -u -b -r1.105 -r1.106 --- layout.css 16 Nov 2010 05:18:35 -0000 1.105 +++ layout.css 23 Nov 2010 01:11:35 -0000 1.106 @@ -57,10 +57,7 @@ a:hover{ color: red; } - -.inner { max-width: 58em; margin: 0 auto 0; min-width: 902px; } - -.inner{ padding-left: 10px; padding-right: 10px; } +.inner { margin: auto; width: 99%; } #logo{background:url(/graphics/topbanner.png) no-repeat;border:0;float: left;margin:0em;padding:0;}