- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jan 2007 06:28:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv6279
Modified Files:
base.css
Log Message:
winIE6 bug fix
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- base.css 5 Jan 2007 18:53:10 -0000 1.11
+++ base.css 15 Jan 2007 06:28:21 -0000 1.12
@@ -333,25 +333,22 @@
/* the following from http://www.mindsack.com/toggle/ (c) Kent Brewster */
-.toggle
+p.toggle
{
background: transparent url('../images/arrow-down.gif') 0 0 no-repeat;
text-indent: 20px;
cursor:pointer;
-}
-
-.toggle.closed
-{
- background: transparent url('../images/arrow-right.gif') 0 0 no-repeat;
-}
-
-p.toggle {
color: #005A9C;
background-color: transparent;
margin-bottom: 0;
+}
+p.closed
+{
+ background: transparent url('../images/arrow-right.gif') 0 0 no-repeat !important;
}
+
.hidden
{
display:none;
Received on Monday, 15 January 2007 06:28:29 UTC