summaryrefslogtreecommitdiffstats
path: root/htdocs/results.css
diff options
context:
space:
mode:
authorot <ot@localhost>2005-05-23 22:00:32 +0000
committerot <ot@localhost>2005-05-23 22:00:32 +0000
commita6630d7892fbe5dbffdc909b53cccf370cc94e34 (patch)
treee04435b6b06de61c52bb5a70ca88c6c87ed1910e /htdocs/results.css
parent9204d581ad4e78a67e1093fdd55fb2f7c074d7b8 (diff)
downloadmarkup-validator-a6630d7892fbe5dbffdc909b53cccf370cc94e34.zip
markup-validator-a6630d7892fbe5dbffdc909b53cccf370cc94e34.tar.gz
markup-validator-a6630d7892fbe5dbffdc909b53cccf370cc94e34.tar.bz2
source display in monospace font (see http://lists.w3.org/Archives/Public/www-validator/2005May/0108.html)
plus adding alternate font choices for monospace
Diffstat (limited to 'htdocs/results.css')
-rw-r--r--htdocs/results.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/results.css b/htdocs/results.css
index a56de22..863d80b 100644
--- a/htdocs/results.css
+++ b/htdocs/results.css
@@ -1,5 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.28 2005-05-17 05:22:36 ot Exp $ */
+/* $Id: results.css,v 1.29 2005-05-23 22:00:32 ot Exp $ */
.input {
color: black;
@@ -140,6 +140,10 @@ ol#errors li {
background-color: transparent;
text-decoration: none;
}
+ol.source li {
+ white-space: normal;
+ font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", monospace;
+}
/* Style for non-parser warnings. */
@@ -257,9 +261,6 @@ img.inline-badge {
float: left;
}
-.source code {
- white-space: normal;
-}
div.mtb { /* "Medium Thematic Break" */
margin-top: 5em;