- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Feb 2005 23:28:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv17647
Modified Files:
results.css
Log Message:
using red-green scheme for good-bad validation results - should we be using a lighter green for 'tentatively valid'?
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- results.css 25 Jan 2005 21:35:49 -0000 1.22
+++ results.css 16 Feb 2005 23:28:37 -0000 1.23
@@ -233,7 +233,7 @@
.valid {
- background: #053188;
+ background: #55B05A;
color: white;
font-family: "Bitstream Vera Sans", sans-serif;
font-size-adjust: .53;
@@ -271,7 +271,7 @@
.invalid {
- background: #A51C1C;
+ background: #D23D24;
color: white;
font-family: "Bitstream Vera Sans", sans-serif;
font-size-adjust: .53;
Received on Wednesday, 16 February 2005 23:28:40 UTC