validator/htdocs/style results.css,1.20,1.21

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

Modified Files:
	results.css 
Log Message:
making presence of warnings - in otherwise valid document - slightly more visible

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- results.css	13 Sep 2007 03:46:52 -0000	1.20
+++ results.css	2 Oct 2007 02:45:34 -0000	1.21
@@ -416,6 +416,11 @@
   color:           #55B05A;
 }
 
+strong.has_warnings {
+  font-weight:bold;
+	color:#CFAC08;
+	background-color: white;
+}
 td.invalid, h3.invalid 
 {
   color:	#D23D24 !important;

Received on Tuesday, 2 October 2007 02:45:46 UTC