2002/css-validator/style results.css,1.30,1.31

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

Modified Files:
	results.css 
Log Message:
making the code snippet for badge less airy and more visible - based on feedback and patch by Felix Miata

Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- results.css	28 Feb 2008 16:15:06 -0000	1.30
+++ results.css	1 May 2008 10:35:34 -0000	1.31
@@ -66,14 +66,17 @@
 img.inline-badge {
   float: left;
   padding: 10px;
-  margin-left: 3em;
+  padding-top: 3em;
+  margin: 0;
+  margin-left: 1.6em;
 }
 
 pre.badgeSnippet {
   margin-left: 108px !important; /* give room to the image */
-  padding-left: 3em;
-  font-size: x-small;
-  color: #777;
+  margin-top:0;
+  padding-left: 1em;
+  font-size: small;
+  color: #444;
   margin-bottom: 2em;
 }
 
@@ -173,9 +176,11 @@
 
 /* ==== example of code for icon ==== */
 pre {
-        margin-left: 30px;
+        margin-left: 1em;
         padding: 2em;
         border-left: thin solid #ddd;
+	padding: 2em;
+
 }
 /*   ==== VALIDATED STYLESHEET =====  */
 

Received on Thursday, 1 May 2008 10:36:11 UTC