- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Mon, 04 Oct 2004 01:17:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv22076 Modified Files: results.css Log Message: more reasonable color codes for results - green for #congrats, red for #errors Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- results.css 13 Mar 2002 19:53:28 -0000 1.1 +++ results.css 4 Oct 2004 01:17:24 -0000 1.2 @@ -2,9 +2,16 @@ font-weight: bold; font-size: large; font-family: helvetica, sans-serif; - color: rgb(136,0,0); + color: #007CBB; margin-top: 2.0%; } +div#errors H2 { + color: #E82848; +} + +#Congrats H2 { + color: #0FBC8D; +} BODY { font-size: medium; font-family: verdana, arial, helvetica, sans-serif;
Received on Monday, 4 October 2004 01:17:27 UTC