diff options
author | bjoern <bjoern@localhost> | 2005-08-18 04:25:17 +0000 |
---|---|---|
committer | bjoern <bjoern@localhost> | 2005-08-18 04:25:17 +0000 |
commit | 4b55e0f25adafe205c05663fbac93bd720e2c992 (patch) | |
tree | ed5727b48b76c12f968b3397aaa426f90ea8852b | |
parent | 090a1c9c4da59147053c0a1ac794b2b2a8516357 (diff) | |
download | markup-validator-4b55e0f25adafe205c05663fbac93bd720e2c992.zip markup-validator-4b55e0f25adafe205c05663fbac93bd720e2c992.tar.gz markup-validator-4b55e0f25adafe205c05663fbac93bd720e2c992.tar.bz2 |
don't drink and style!
-rw-r--r-- | htdocs/xml-results.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/xml-results.css b/htdocs/xml-results.css index ed41102..37229f3 100644 --- a/htdocs/xml-results.css +++ b/htdocs/xml-results.css @@ -4,7 +4,7 @@ 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.5 2003-02-24 23:33:18 ville Exp $ + $Id: xml-results.css,v 1.6 2005-08-18 04:25:17 bjoern Exp $ */ result, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} @@ -17,17 +17,17 @@ meta { font-weight: bolder; } -uri {text-before: 'URL: '} -modified {text-before: 'Modified: '} -server {text-before: 'Server: '} -size {text-before: 'Size: '} -encoding {text-before: 'Encoding: '} -doctype {text-before: 'Doctype: '} +uri:before { content: 'URL: ' } +modified:before { content: 'Modified: ' } +server:before { content: 'Server: ' } +size:before { content: 'Size: ' } +encoding:before { content: 'Encoding: ' } +doctype:before { content: 'Doctype: ' } warnings { border-top: 1px solid red; border-bottom: 1px solid red; - background: grey; + background: gray; margin: 3em; } |