diff options
author | ot <ot@localhost> | 2007-03-29 06:25:14 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-29 06:25:14 +0000 |
commit | 417aaacf171e6a495b856e198613af1dea9eda68 (patch) | |
tree | 48267f1c8c0fe371e5af0d22d1de436d69f70b09 | |
parent | a67d7e4051754308f246fed57ef51f22858e219a (diff) | |
download | markup-validator-417aaacf171e6a495b856e198613af1dea9eda68.zip markup-validator-417aaacf171e6a495b856e198613af1dea9eda68.tar.gz markup-validator-417aaacf171e6a495b856e198613af1dea9eda68.tar.bz2 |
letting error messages breathe a little more
-rw-r--r-- | htdocs/style/results.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index 760d34a..0eefb85 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.12 2007-03-29 06:17:55 ot Exp $ */ +/* $Id: results.css,v 1.13 2007-03-29 06:25:14 ot Exp $ */ .input { color: black; @@ -58,7 +58,9 @@ ol li.msg_info, ol li.msg_warn, ol li.msg_err { border: 1px solid #eee; border-top: 0; list-style-position: inside; - padding: .5em; + padding: .8em; + padding-top: 1.5em; + padding-bottom: 2em; clear: both; } |