validator/htdocs results.css,1.24,1.25

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

Modified Files:
	results.css 
Log Message:
First take at 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=213
adding specific class to the info messages within parser output.




Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- results.css	1 Mar 2005 16:47:14 -0000	1.24
+++ results.css	10 May 2005 07:13:44 -0000	1.25
@@ -47,6 +47,10 @@
   font-weight: bold;
 }
 
+span.msg_info { /* these messages are not errors */
+  font-weight: normal;  
+}
+
 .ve {
   font-size: smaller;
   padding: 0;

Received on Tuesday, 10 May 2005 07:13:56 UTC