- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 May 2005 00:50:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv5184
Modified Files:
results.css
Log Message:
cleanup, adapting selectors to new markup
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- results.css 23 May 2005 22:00:32 -0000 1.29
+++ results.css 24 May 2005 00:50:55 -0000 1.30
@@ -124,27 +124,23 @@
/* Source Code Display */
/*
*/
-#source div {
+#source ol {
+
font-family: "Bitstream Vera Sans Mono", monospace;
font-size: smaller;
- background: 1#eee;
+ background: #eee;
border: 1px solid black;
margin: 1em;
}
-#source div pre {
+#source ol li {
margin: 1em;
}
-#source div pre a {
+#source ol li a {
color: inherit;
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. */
/*
Received on Tuesday, 24 May 2005 00:51:02 UTC