validator/htdocs results.css,1.32,1.33

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22962/htdocs

Modified Files:
	results.css 
Log Message:
proof of concept HTML::Tidy output

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- results.css	27 Jul 2005 09:23:51 -0000	1.32
+++ results.css	7 Feb 2007 15:25:10 -0000	1.33
@@ -140,6 +140,16 @@
   text-decoration: none;
 }
 
+pre.source {
+  font-family: "Bitstream Vera Sans Mono", monospace;      
+  border: 1px solid black;
+  background: #eee;
+  margin: 1em;
+  padding: 1em;
+  overflow: scroll;
+  font-size: smaller;
+}
+
 /* Style for non-parser warnings. */
 /*
 */

Received on Wednesday, 7 February 2007 15:25:22 UTC