- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Dec 2006 04:15:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv1187 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.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- results.css 11 Dec 2006 07:25:23 -0000 1.4 +++ results.css 12 Dec 2006 04:15:21 -0000 1.5 @@ -30,14 +30,20 @@ /* id="css" - to identify the validated style sheet */ #css {} -/* class="selector" - name of the selector */ -.selector {display: inline;} +/* class="selector" - block of the selector */ +.selector {} -/* class='vRule' - block of all propertie-value*/ -.vRule {display: block;} +/* class="selector" - value of the selector */ +.selectorValue {} -/* class='Property' - block of propertie-value */ -.Property {display: block;} +/* class='Rule' - block of all couple propertie-value*/ +.RuleList {} -/* class='vPropertyValue' - block of value of property */ -.vPropertyValue {display: inline;} +/* class='Rule' - one couple propertie-value*/ +.Rule {} + +/* class='Property' - propertie name */ +.Property {} + +/* class='PropertyValue' - value of property */ +.vPropertyValue {}
Received on Tuesday, 12 December 2006 04:15:35 UTC