Fix an invalid color and remove a non-standard rule
authorsoranzo <soranzo>
Sun, 31 Dec 2006 15:01:24 +0000 (15:01 +0000)
committersoranzo <soranzo>
Sun, 31 Dec 2006 15:01:24 +0000 (15:01 +0000)
themes/default/global.css

index 82b1c530b4ae0c84641b8f428252d547fb294174..6e7097ffe235e56951ccf1319e10fb4c5c46f495 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Default style sheet
  *
- * $Id: global.css,v 1.40 2006/12/28 04:26:55 xzilla Exp $
+ * $Id: global.css,v 1.41 2006/12/31 15:01:24 soranzo Exp $
  */
 
 /** ELEMENTS */
@@ -133,7 +133,7 @@ th.data a:active, th.data a:link, th.data a:visited, th.data a:hover
 
 td.dat
 {
-       color: "ff0";
+       color: #ff0;
        text-align: center;
 }
 
@@ -382,7 +382,6 @@ pre.data
 
 .webfx-tree-icon {
        margin-left: 1px;
-       cursor: hand;
        cursor: pointer;
 }