- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Dec 2006 06:20:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv17652
Modified Files:
results.css
Log Message:
errors table styling too
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- results.css 14 Dec 2006 05:54:40 -0000 1.16
+++ results.css 14 Dec 2006 06:20:09 -0000 1.17
@@ -51,13 +51,13 @@
background: transparent url('../images/arrow-right.gif') 15px 0 no-repeat;
}
-#warnings table {
+#warnings table, #errors table {
width:100%;
border-top: 1px solid #ccc !important;
line-height:120%;
}
-#warnings td {
+#warnings td, #errors td {
border-width: 0;
}
Received on Thursday, 14 December 2006 06:20:18 UTC