- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 May 2007 16:14:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv8853/htdocs/style
Modified Files:
results.css
Log Message:
better display of information in case of fatal error (show preparse warning,
e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table.
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- results.css 18 Apr 2007 08:20:49 -0000 1.15
+++ results.css 7 May 2007 16:14:15 -0000 1.16
@@ -54,7 +54,7 @@
/* "Fatal" warnings... */
-ol#warnings, ol#error_loop {
+ol#warnings, ol#error_loop, ol#fatal-errors {
margin-left: 0 !important;
margin-right: 0 !important;
}
@@ -73,7 +73,7 @@
}
-ol#warnings, ol#error_loop {
+ol#warnings, ol#error_loop, ol#fatal-errors {
padding:0;
border-top: 1px solid #eee;
}
Received on Monday, 7 May 2007 16:14:18 UTC