diff options
Diffstat (limited to 'htdocs/results.css')
-rw-r--r-- | htdocs/results.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 6a31076..791ef2d 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.16 2002-12-02 02:52:54 link Exp $ */ +/* $Id: results.css,v 1.17 2003-05-24 20:32:45 link Exp $ */ .markup { color: red; @@ -17,6 +17,13 @@ fieldset { background-color: #eeeeee; } +fieldset legend { + background-color: #eee; + border-right: 1px solid grey; + border-bottom: 1px solid grey; + font-weight: bold; +} + ul#Warnings { clear: left; padding-top: 1ex; @@ -121,7 +128,7 @@ h2.invalid { } .invalid a { - color: blue; + color: #0099ff; } .invalid a:visited { |