Typo in css, now default.css should be valid.
[platal.git] / htdocs / css / keynote.css
index 482df1b..276e590 100644 (file)
@@ -88,6 +88,27 @@ p.smaller {
     text-indent: 0;
 }
 
+.errors {
+    width: 98%;
+    border: 1px solid #f00;
+    margin-top: 10px;
+    background-color: #200;
+}
+
+.warnings {
+    width: 98%;
+    border: 1px solid #ff0;
+    margin-top: 10px;
+    background-color: #220;
+}
+
+.success {
+    width: 98%;
+    border: 1px solid #0d3;
+    margin-top: 10px;
+    background-color: #021;
+}
+
 .erreur {
     font-weight: bold;
     color: #d00;
@@ -333,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%;