diff options
author | ot <ot@localhost> | 2007-03-29 12:16:55 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-29 12:16:55 +0000 |
commit | 67b6fb87f773403618e2fafd355158be57f38edb (patch) | |
tree | 80e52f607a8d596ce96914579b9c51e793cf98a9 | |
parent | 8ed98b04e366ae3c7dbbecc27d78c273cdb8e5ca (diff) | |
download | markup-validator-67b6fb87f773403618e2fafd355158be57f38edb.zip markup-validator-67b6fb87f773403618e2fafd355158be57f38edb.tar.gz markup-validator-67b6fb87f773403618e2fafd355158be57f38edb.tar.bz2 |
making all boxy elements (revalidation form/table, preparse warning, errors the same width
-rw-r--r-- | htdocs/style/results.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index 0eefb85..b6ee648 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.13 2007-03-29 06:25:14 ot Exp $ */ +/* $Id: results.css,v 1.14 2007-03-29 12:16:55 ot Exp $ */ .input { color: black; @@ -53,13 +53,16 @@ fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td, /* "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; } |