diff options
author | link <link@localhost> | 2002-10-25 06:28:22 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-25 06:28:22 +0000 |
commit | d976eea1ffd391775cec603947684300ae57bf53 (patch) | |
tree | c23da5ef8c05f9750901a98ab77047e62c2abf3a | |
parent | f3a3fbf5d30c884362a401363d433e34b39d276b (diff) | |
download | markup-validator-d976eea1ffd391775cec603947684300ae57bf53.zip markup-validator-d976eea1ffd391775cec603947684300ae57bf53.tar.gz markup-validator-d976eea1ffd391775cec603947684300ae57bf53.tar.bz2 |
Switched to a saner color scheme. Thanks to "sasha".
-rw-r--r-- | htdocs/results.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 281a7f1..1a7203b 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.10 2002-09-29 22:46:34 link Exp $ */ +/* $Id: results.css,v 1.11 2002-10-25 06:28:22 link Exp $ */ .markup { color: red; @@ -95,9 +95,7 @@ td { color: red; } - .invalid { -/* clear: both; */ background: #880531; color: white; font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; @@ -113,6 +111,20 @@ td { } .invalid a { - color: yellow; + color: blue; +} + +.invalid a:visited { + color: silver; +} + +.invalid a:hover { + color: blue; +} + +.invalid a:active { + color: red; } + + |