- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Dec 2006 01:10:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv17885 Modified Files: results.css Log Message: coming back to the previous style - see http://lists.w3.org/Archives/Public/public-qa-dev/2006Dec/0009.html Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- results.css 12 Dec 2006 09:04:30 -0000 1.9 +++ results.css 13 Dec 2006 01:10:49 -0000 1.10 @@ -28,13 +28,13 @@ } /* id="css" - to identify the validated style sheet */ -#css {width: 70%;} +#css {} /* class="vAtRule" - block of all atSelector */ .vAtRule { - background-color: #76aae6; font-family: monospace; - padding:1em;} + padding:1em; + border: 1px solid #422101;} /* class="atRule" - block of one atSelector */ .atRule { @@ -48,8 +48,7 @@ /* class="selector" - block of the selector */ .selector { - background-color: #fff; - border-left: 10px solid #073583; + background-color: #F1F1F1; margin: 1em; padding: 0.5em 0.5em; }
Received on Wednesday, 13 December 2006 01:11:01 UTC