diff options
author | link <link@localhost> | 2001-09-20 18:12:13 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-20 18:12:13 +0000 |
commit | 6abce55a09193e846c67a74be02ce88299a4e1d6 (patch) | |
tree | 75b5ef04a0759a25d4f86143f20bed992a797ded | |
parent | eef1aafb69a3061a0d05180c3aed8daaf85a7f58 (diff) | |
download | markup-validator-6abce55a09193e846c67a74be02ce88299a4e1d6.zip markup-validator-6abce55a09193e846c67a74be02ce88299a4e1d6.tar.gz markup-validator-6abce55a09193e846c67a74be02ce88299a4e1d6.tar.bz2 |
Minor tweaks.
-rw-r--r-- | htdocs/results.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 0aff402..0b336db 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,7 +1,5 @@ - -/* style sheet for the validator's results page */ - -/* $Id: results.css,v 1.7 2001-09-20 16:47:31 link Exp $ */ +/* style sheet for the validator's results page */ +/* $Id: results.css,v 1.8 2001-09-20 18:12:13 link Exp $ */ @import url(base.css); @@ -40,7 +38,7 @@ h1.title img { text-align: justify; } -.Info {background: white; border-color: gray;} -.Warning {background: silver; border-color: gray;} -.Error {background: yellow; border-color: black;} -.Fatal {background: red; border-color: black;} +.info {background: white; border-color: gray;} +.warning {background: silver; border-color: gray;} +.error {background: yellow; border-color: black;} +.fatal {background: red; border-color: black;} |