diff options
-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; } |