validator/htdocs results.css,1.19,1.20

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

Modified Files:
	results.css 
Log Message:
Slight tweak for the colors of the "this page is invalid foo" block.
Should take care of http://www.w3.org/Bugs/Public/show_bug.cgi?id=926




Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- results.css	21 Jul 2004 15:06:55 -0000	1.19
+++ results.css	15 Nov 2004 01:24:21 -0000	1.20
@@ -279,7 +279,7 @@
 }
 
 .invalid {
-  background:		#880531;
+  background:		#A51C1C;
   color:		white;
   font-family: "Bitstream Vera Sans", sans-serif;
   font-size-adjust:	.53;
@@ -295,12 +295,12 @@
   padding-bottom: 	.5em;
 }
 
-.invalid a {
-  color: #0099ff;
+.invalid a:link {
+  color: white;
 }
 
 .invalid a:visited {
-  color: silver;
+  color: white; 
 }
 
 .invalid a:hover {
@@ -309,6 +309,7 @@
 }
 
 .invalid a:active {
+  background: white;
   color: red;
 }
 

Received on Monday, 15 November 2004 01:24:24 UTC