Typo in css, now default.css should be valid.
authorBernardo Freitas Paulo da Costa <bernardo.da-costa.2004@polytechnique.org>
Tue, 10 Jun 2008 13:05:36 +0000 (15:05 +0200)
committerBernardo Freitas Paulo da Costa <bernardo.da-costa.2004@polytechnique.org>
Tue, 10 Jun 2008 13:18:52 +0000 (15:18 +0200)
(Same changes in keynote and openweb, grep is our friend)

htdocs/css/default.css
htdocs/css/keynote.css
htdocs/css/openweb.css

index fa87cf7..b669e82 100644 (file)
@@ -329,7 +329,7 @@ div.long td.rt { width: 65%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;
index 3304c51..276e590 100644 (file)
@@ -354,7 +354,7 @@ div.long td.rt { width: 75%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;
index 08f1a5c..3eb5622 100644 (file)
@@ -319,7 +319,7 @@ div.long td.rt { width: 65%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;