- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jan 2007 01:38:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv23889/style Modified Files: results.css Log Message: updating for new toggle script and used classes Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- results.css 18 Dec 2006 12:59:24 -0000 1.22 +++ results.css 15 Jan 2007 01:38:19 -0000 1.23 @@ -31,12 +31,23 @@ background: transparent url('../images/arrow-right.gif') 15px 0 no-repeat; } -/* ==== COMMON: ERRORS + WARNINGS ===== */ +h2.toggle { + color: #005A9C; + text-align: left; + background: transparent url('../images/arrow-down.gif') 0 10px no-repeat !important; + text-indent: 10px; +} -#warnings h2.closed, #css h2.closed { - background: transparent url('../images/arrow-right.gif') 0 10px no-repeat; +h2.closed{ + color: #005A9C; + text-align: left; + background: transparent url('../images/arrow-right.gif') 0 10px no-repeat !important; + text-indent: 10px; } +/* ==== COMMON: ERRORS + WARNINGS ===== */ + + #warnings table, #errors table { width:100%; border-top: 1px solid #ccc !important; @@ -92,10 +103,6 @@ /* ==== WARNINGS ===== */ /* id="warnings" - start of the list of warnings */ -#warnings h2, #css h2 { - color: #005A9C; - text-align: left; - background: transparent url('../images/arrow-down.gif') 0 10px no-repeat;} tr.warning { padding: 0;}
Received on Monday, 15 January 2007 01:38:29 UTC