validator/htdocs/style base.css,1.19,1.20

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

Modified Files:
	base.css 
Log Message:
making the hovered-on tabs have darker text than when not hovered,
as suggested by Ville in http://www.w3.org/mid/C32255C7-88C5-48BC-8D95-D305A831485B@iki.fi



Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- base.css	15 Jun 2007 15:47:24 -0000	1.19
+++ base.css	15 Jun 2007 15:53:38 -0000	1.20
@@ -353,11 +353,11 @@
 }
 
 ul#tabset_tabs li a:hover, ul#tabset_tabs li a:active {
-	color: #6887b5;
+	color: #1f2126;
 }
 
 ul#tabset_tabs li a:hover span, ul#tabset_tabs li a:active span {
-	color: #808c9d;
+	color: #3d424f;
 }
 
 ul#tabset_tabs li.selected span {

Received on Friday, 15 June 2007 15:53:45 UTC