validator/htdocs xml-results.css,1.5,1.6

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

Modified Files:
	xml-results.css 
Log Message:
don't drink and style!

Index: xml-results.css
===================================================================
RCS file: /sources/public/validator/htdocs/xml-results.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xml-results.css	24 Feb 2003 23:33:18 -0000	1.5
+++ xml-results.css	18 Aug 2005 04:25:17 -0000	1.6
@@ -17,17 +17,17 @@
   font-weight: bolder;
 }
 
-uri      {text-before: 'URL: '}
-modified {text-before: 'Modified: '}
-server   {text-before: 'Server: '}
-size     {text-before: 'Size: '}
-encoding {text-before: 'Encoding: '}
-doctype  {text-before: 'Doctype: '}
+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: grey;
+  background: gray;
   margin: 3em;
 }
 

Received on Thursday, 18 August 2005 04:25:24 UTC