- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Mar 2007 12:16:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv22370
Modified Files:
results.css
Log Message:
making all boxy elements (revalidation form/table, preparse warning, errors the same width
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- results.css 29 Mar 2007 06:25:14 -0000 1.13
+++ results.css 29 Mar 2007 12:16:55 -0000 1.14
@@ -53,13 +53,16 @@
/* "Fatal" warnings... */
+ol#warnings, ol#error_loop {
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+}
ol li.msg_info, ol li.msg_warn, ol li.msg_err {
border: 1px solid #eee;
border-top: 0;
list-style-position: inside;
- padding: .8em;
- padding-top: 1.5em;
+ padding: 1em;
padding-bottom: 2em;
clear: both;
}
Received on Thursday, 29 March 2007 12:16:59 UTC