2002/css-validator/style results.css,1.8,1.9

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

Modified Files:
	results.css 
Log Message:
changing the color scheme to be in harmony with the header

Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- results.css	12 Dec 2006 06:51:41 -0000	1.8
+++ results.css	12 Dec 2006 09:04:30 -0000	1.9
@@ -28,13 +28,13 @@
 }
 
 /* id="css" - to identify the validated style sheet */
-#css {}
+#css {width: 70%;}
 
 /* class="vAtRule" - block of all atSelector */
 .vAtRule {
+	background-color: #76aae6;
 	font-family: monospace;
-	padding:1em;
-	border: 1px solid #422101;}
+	padding:1em;}
 
 /* class="atRule" - block of one atSelector */
 .atRule {
@@ -48,7 +48,8 @@
 
 /* class="selector" - block of the selector */
 .selector {
-	background-color: #F1F1F1;
+	background-color: #fff;
+	border-left: 10px solid #073583;
 	margin: 1em;
 	padding: 0.5em 0.5em;
 }

Received on Tuesday, 12 December 2006 09:04:40 UTC