]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
updates from src
[ikiwiki.git] / basewiki / style.css
index 82a01d8a05a1a437995d1ed934944499424c1413..97b30fbf86b62854d17606665af931cae0df6788 100644 (file)
@@ -23,6 +23,7 @@
 #blogform {
        padding: 10px 10px;
        border: 1px solid #aaa;
+       color: black !important;;
        background: #eee;
 }
 
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;
+       background: white !important;
 }
 
 /* Used for required form fields. */
 .fb_required {
-       fornt-style: bold;
+       font-weight: bold;
 }
 
 /* RSS button. */
@@ -64,5 +66,6 @@
        margin-top: 1em;
 }
 .rssbutton:hover {
+       color: white !important;
        background: #ff9900;
 }