2002/css-validator/style results.css,1.13,1.14

Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv18189

Modified Files:
	results.css 
Log Message:
adding rule for validated stylesheet on h2

Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- results.css	13 Dec 2006 08:43:50 -0000	1.13
+++ results.css	13 Dec 2006 08:50:10 -0000	1.14
@@ -70,9 +70,17 @@
 	border-left: 10px solid #FFB1A7 !important;
 	color: #000;
 }
+
+/*   ==== VALIDATED STYLESHEET =====  */
+
 /* id="css" - to identify the validated style sheet */
 #css {}
 
+#css h2 {
+      background-color: #55B05A;
+      color: white;
+}
+
 /* class="vAtRule" - block of all atSelector */
 .vAtRule {
 	font-family: monospace;

Received on Wednesday, 13 December 2006 08:50:32 UTC