diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/base.css | 3 | ||||
-rw-r--r-- | htdocs/results.css | 14 |
2 files changed, 11 insertions, 6 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 5a27638..cec3f04 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.12 2001-09-06 23:16:16 link Exp $ + $Id: base.css,v 1.13 2001-09-14 00:14:15 link Exp $ */ @import url(non-netscape.css); @@ -57,6 +57,7 @@ address { margin-top: 3em; border-top-style: solid; border-top-color: black; + clear: both; } p.navbar a { diff --git a/htdocs/results.css b/htdocs/results.css index 947b1ba..4536e50 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,7 +1,9 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.5 2001-07-24 10:18:30 link Exp $ */ +/* $Id: results.css,v 1.6 2001-09-14 00:14:15 link Exp $ */ + +@import url(base.css); .markup { color: red; @@ -31,13 +33,15 @@ h1.title img { vertical-align: middle; } - -.Warning { +#Notice { width: 75ex; - background: yellow; border: solid; - border-color: black; margin: .2em; padding: .5em; 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;} |