- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Dec 2006 04:37:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv24009 Modified Files: results.css Log Message: Modifying the class name to be aligned with the markup and commenting Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- results.css 12 Dec 2006 04:15:21 -0000 1.5 +++ results.css 12 Dec 2006 04:36:58 -0000 1.6 @@ -30,6 +30,15 @@ /* id="css" - to identify the validated style sheet */ #css {} +/* class="vAtRule" - block of all atSelector */ +.vAtRule {} + +/* class="atRule" - block of one atSelector */ +.atRule {} + +/* class="atSelector" - Value of atSelector */ +.atSelector {} + /* class="selector" - block of the selector */ .selector {}
Received on Tuesday, 12 December 2006 04:37:02 UTC