diff options
author | link <link@localhost> | 2002-10-30 16:48:05 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-30 16:48:05 +0000 |
commit | 6359a661eef1016ccb60e187b7a4252c5253c9a7 (patch) | |
tree | 1f8def64176df844b45fba36e5d69ae95e113617 /htdocs/xml-results.css | |
parent | 7b6f88bf37ab99c88872dcd9821941f323ee3327 (diff) | |
download | markup-validator-6359a661eef1016ccb60e187b7a4252c5253c9a7.zip markup-validator-6359a661eef1016ccb60e187b7a4252c5253c9a7.tar.gz markup-validator-6359a661eef1016ccb60e187b7a4252c5253c9a7.tar.bz2 |
Update stylesheet to match new output format.
Diffstat (limited to 'htdocs/xml-results.css')
-rw-r--r-- | htdocs/xml-results.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/htdocs/xml-results.css b/htdocs/xml-results.css index f6976f7..4bda284 100644 --- a/htdocs/xml-results.css +++ b/htdocs/xml-results.css @@ -4,11 +4,11 @@ Copyright 2002 Terje Bless <link@pobox.com>. All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: xml-results.css,v 1.3 2002-10-27 15:36:19 ville Exp $ + $Id: xml-results.css,v 1.4 2002-10-30 16:48:05 link Exp $ */ -results, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} -strong, a, line, column, offset, msg {display: inline} +result, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} +strong, a {display: inline} meta { margin-left: 5em; @@ -37,11 +37,6 @@ warning { } messages {margin: 2em} -error {display: list-item} - -line {padding-right: 1ex} -column {padding-right: 1ex} msg { - padding: 1ex; - color: red; + display: list-item; } |