diff options
Diffstat (limited to 'htdocs/results.css')
-rw-r--r-- | htdocs/results.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 4244876..4c2c843 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.25 2005-05-10 07:13:44 ot Exp $ */ +/* $Id: results.css,v 1.26 2005-05-11 05:53:41 ot Exp $ */ .input { color: black; @@ -58,14 +58,17 @@ span.msg_info { /* these messages are not errors */ } .ve p { - line-height: 100%; + line-height: 110%; margin: 1ex 5em 1ex 1em; text-align: justify; } p.helpwanted { + padding: 0; margin-left: auto; - margin-right: auto; + margin-right: 5px; + margin-top: -2em; + margin-bottom: 2em; font-size: x-small; color: #888; text-align: right; |