- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Jul 2005 09:23:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv13877/htdocs Modified Files: results.css Log Message: Bringing back number of errors to the results (not counting warnings and other messages), and adding info on outcome (pass/fail) at very top of results page. See also: http://www.w3.org/Bugs/Public/show_bug.cgi?id=1810 http://www.w3.org/Bugs/Public/show_bug.cgi?id=1816 Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- results.css 21 Jul 2005 01:32:21 -0000 1.31 +++ results.css 27 Jul 2005 09:23:51 -0000 1.32 @@ -251,6 +251,17 @@ color: white; } +td.valid { + background-color: white; + color: #55B05A; +} + +td.invalid +{ + color: #D23D24; + background-color: white; +} + img.inline-badge { float: left; }
Received on Wednesday, 27 July 2005 09:23:56 UTC