Re: http://jigsaw.w3.org/css-validator/validator results legibility

On 2008/03/25 13:40 (GMT-0400) Olivier Thereaux apparently typed:

> On Tue, Mar 25, 2008, Felix Miata wrote:

>> Compounding the color impediment with the text size impediment, and you get
>> typical web deziner garbage legibility. It may be that that .badgeSnippet is
>> meant simply to be cut and pasted, but like any words one takes
>> responsibility for, they should be read and understood first.

> The goal is indeed to provide markup that can be copied and pasted,
> without taking half the page of awful-looking markup for those who don't
> care about it. That's a compromise, if you feel strongly it is not
> acceptable, feel free to submit an alternative/patch to the list.

--- results0.css	2008-03-12 10:26:10.000000000 -0400
+++ results1.css	2008-03-25 14:53:40.000000000 -0400
@@ -66,14 +66,14 @@
 img.inline-badge {
   float: left;
   padding: 10px;
-  margin-left: 3em;
+  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-left: .6em !important; /* give room to the image */
+  padding-left: .6em;
+  font-size: small;
+  color: #000;
   margin-bottom: 2em;
 }

@@ -173,9 +173,9 @@

 /* ==== example of code for icon ==== */
 pre {
-        margin-left: 30px;
-        padding: 2em;
-        border-left: thin solid #ddd;
+        margin-left: 3px;
+        padding: 2em .2em 1em;
+	 background-color: #e8f0ed;
 }
 /*   ==== VALIDATED STYLESHEET =====  */
-- 
"Let us not love with words or in talk only.
Let us love by what we do." 1 John 3:18 NLV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/

Received on Tuesday, 25 March 2008 19:08:29 UTC