- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
 - Date: Wed, 13 Dec 2006 08:43:52 +0000
 - To: www-validator-cvs@w3.org
 
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv8551
Modified Files:
	results.css 
Log Message:
making the table 100%
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- results.css	13 Dec 2006 08:37:45 -0000	1.12
+++ results.css	13 Dec 2006 08:43:50 -0000	1.13
@@ -36,6 +36,7 @@
 }
 
 #warnings table {
+	width:100%;
 	border-top: 1px solid #ccc !important;
 	line-height:120%;
 	}
Received on Wednesday, 13 December 2006 08:44:06 UTC