- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Dec 2006 07:25:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv27182
Modified Files:
results.css
Log Message:
adding css class for the results
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- results.css 25 Aug 2006 08:38:11 -0000 1.3
+++ results.css 11 Dec 2006 07:25:23 -0000 1.4
@@ -27,4 +27,17 @@
color: white;
}
+/* id="css" - to identify the validated style sheet */
+#css {}
+/* class="selector" - name of the selector */
+.selector {display: inline;}
+
+/* class='vRule' - block of all propertie-value*/
+.vRule {display: block;}
+
+/* class='Property' - block of propertie-value */
+.Property {display: block;}
+
+/* class='vPropertyValue' - block of value of property */
+.vPropertyValue {display: inline;}
Received on Monday, 11 December 2006 07:25:39 UTC