fix improper style tag
authorxzilla <xzilla>
Tue, 25 Jul 2006 18:58:10 +0000 (18:58 +0000)
committerxzilla <xzilla>
Tue, 25 Jul 2006 18:58:10 +0000 (18:58 +0000)
themes/default/global.css

index 9029b4c56dffda752bd6c58467b942d3fbb0805d..1db64eb3ae6d5f1972704e3b4e9644b7a29cdcd4 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Default style sheet
  *
- * $Id: global.css,v 1.37 2006/06/27 02:41:39 xzilla Exp $
+ * $Id: global.css,v 1.38 2006/07/25 18:58:10 xzilla Exp $
  */
 
 /** ELEMENTS */
@@ -353,7 +353,7 @@ pre.data
 /* Browser Tree using XLoadTree 2 */
 .webfx-tree-row {
        white-space: nowrap;
-       font: arial, tahoma, verdana, helvetica, sans-serif, serif;
+       font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
 }
 
 .webfx-tree-children {