www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Waclaw Jacek
Subject: www layout.css
Date: Fri, 17 Dec 2010 02:14:56 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Waclaw Jacek <wwj>      10/12/17 02:14:55

Modified files:
        .              : layout.css 

Log message:
        Adding a text-align: left to #content which should fix a centering 
problem that is encountered in IE8, and generally provide a fallback for all 
browsers; related bug #645496

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

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- layout.css  16 Dec 2010 22:26:19 -0000      1.121
+++ layout.css  17 Dec 2010 02:14:49 -0000      1.122
@@ -81,7 +81,7 @@
 
 #links li { line-height: 1.6em; font-size: 0.9em; }
 
-#content { background-color: #fff;  padding-bottom: 1.8em;  margin-top: 0.5em; 
 }
+#content { background-color: #fff;  padding-bottom: 1.8em;  margin-top: 0.5em; 
text-align: left; }
 
 #navigation{ background-color: #bd0000; border-bottom: 5px solid #333; clear: 
both; }
 



reply via email to

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