CVSROOT:        /web/www
Module name:    www
Changes by:     Jason Self <jxself>     10/12/06 21:09:02

Modified files:
        .              : layout.css 

Log message:
        Setting max width in layout.css

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.114&r2=1.115

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- layout.css  6 Dec 2010 20:44:08 -0000       1.114
+++ layout.css  6 Dec 2010 21:08:57 -0000       1.115
@@ -57,7 +57,7 @@
 
 a:hover{ color: red; }
 
-.inner { margin: auto; width: 99%; max-width: 74.92em; }
+.inner { margin: auto; width: 99%; max-width:74.92em;*max-width:73.12em; }
 
 #logo{background:url(/graphics/topbanner.png) no-repeat;border:0;float: 
left;margin:0em;padding:0;}
 

Reply via email to