diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-12 12:25:50 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-12 12:25:50 +0200 |
commit | 1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0 (patch) | |
tree | 0f1ecf9bdf3e48384fe85e376c782e96efeb95b5 /htdocs/xml-results.css | |
parent | 1c467d0702883ae7e80672e2033e46d036074138 (diff) | |
download | markup-validator-1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0.zip markup-validator-1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0.tar.gz markup-validator-1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0.tar.bz2 |
Remove no longer used xml-results XSL and CSS.
Diffstat (limited to 'htdocs/xml-results.css')
-rw-r--r-- | htdocs/xml-results.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/htdocs/xml-results.css b/htdocs/xml-results.css deleted file mode 100644 index 2aa7e45..0000000 --- a/htdocs/xml-results.css +++ /dev/null @@ -1,40 +0,0 @@ -/* - XML Results Style Sheet for the W3C Markup Validation Service. - - Copyright 2002 Terje Bless <link@pobox.com>. All Rights Reserved. - See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright -*/ - -result, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} -strong, a {display: inline} - -meta { - margin-left: 5em; - margin-bottom: 2em; - border-bottom: 1px solid black; - font-weight: bolder; -} - -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: gray; - margin: 3em; -} - -warning { - background: red; - display: list-item; -} - -messages {margin: 2em} -msg { - display: list-item; -} |