diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/style/results.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index c548585..557d95f 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.7 2007-03-15 06:54:48 ot Exp $ */ +/* $Id: results.css,v 1.8 2007-03-15 07:02:34 ot Exp $ */ .input { color: black; @@ -139,6 +139,10 @@ p.helpwanted { top: -3em; } +li.grouped p.helpwanted { + top: -1em; +} + p.helpwanted a { color: #88f; text-decoration: none; |