validator/htdocs/style results.css,1.8,1.9

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

Modified Files:
	results.css 
Log Message:
bringing back the document outline, with SAX.
Using a <pre> and whitespace to show the level of outline is unfortunate,
but is the only sane way of doing it in case of broken markup with unclosed <hx>


Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- results.css	15 Mar 2007 07:02:34 -0000	1.8
+++ results.css	23 Mar 2007 03:52:21 -0000	1.9
@@ -318,4 +318,10 @@
 p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
         color: #bbc;
         text-deciration: none;
+}
+
+/* document outline */
+pre.outline {
+    line-height: 160%;
+    padding-left: 1.5em;
 }
\ No newline at end of file

Received on Friday, 23 March 2007 03:52:34 UTC