diff options
author | ot <ot@localhost> | 2007-05-07 16:14:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-07 16:14:15 +0000 |
commit | 4ab94cc0d49ed648f06171e513ca99400cfbd88d (patch) | |
tree | 5379839d34b43c96d253ed9f171ae48d8610b096 /htdocs | |
parent | 4f26fd3a2f5104e854ddb535459341a4363cced0 (diff) | |
download | markup-validator-4ab94cc0d49ed648f06171e513ca99400cfbd88d.zip markup-validator-4ab94cc0d49ed648f06171e513ca99400cfbd88d.tar.gz markup-validator-4ab94cc0d49ed648f06171e513ca99400cfbd88d.tar.bz2 |
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.
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/style/results.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index 9aa2424..bd8ab1b 100644 --- a/htdocs/style/results.css +++ b/htdocs/style/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.15 2007-04-18 08:20:49 ot Exp $ */ +/* $Id: results.css,v 1.16 2007-05-07 16:14:15 ot Exp $ */ .input { color: black; @@ -54,7 +54,7 @@ fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td, /* "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 li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover { } -ol#warnings, ol#error_loop { +ol#warnings, ol#error_loop, ol#fatal-errors { padding:0; border-top: 1px solid #eee; } |