www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css


From: Matt Lee
Subject: www layout.css
Date: Wed, 12 Nov 2008 19:56:25 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/11/12 19:56:25

Modified files:
        .              : layout.css 

Log message:
        fixed min width

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

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- layout.css  4 Nov 2008 08:10:33 -0000       1.31
+++ layout.css  12 Nov 2008 19:56:22 -0000      1.32
@@ -59,7 +59,7 @@
 a:hover{ color: red; }
 
 
-.inner { max-width: 58em; margin: 0 auto 0; position: relative; }
+.inner { max-width: 58em; margin: 0 auto 0; position: relative; min-width: 
902px; }
 
 .inner{ padding-left: 10px; padding-right: 10px; }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]