- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Feb 2008 16:15:08 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv28409/style Modified Files: results.css Log Message: valid page congrats show blue icons too Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- results.css 15 Nov 2007 05:45:12 -0000 1.29 +++ results.css 28 Feb 2008 16:15:06 -0000 1.30 @@ -63,6 +63,21 @@ #congrats pre { overflow: auto;} +img.inline-badge { + float: left; + padding: 10px; + margin-left: 3em; +} + +pre.badgeSnippet { + margin-left: 108px !important; /* give room to the image */ + padding-left: 3em; + font-size: x-small; + color: #777; + margin-bottom: 2em; +} + + /* ==== COMMON: ERRORS + WARNINGS ===== */
Received on Thursday, 28 February 2008 16:15:20 UTC