diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 07:31:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 07:31:13 +0000 |
commit | d2639d7c840f8f95ce1590dd6d34a4091c32932f (patch) | |
tree | 894ec47369343e53b54d306b7cf0e346df1fde5e /doc/style.css | |
parent | 576feac32b8eec36290e9b97b56ae35dcdc41c29 (diff) | |
download | ikiwiki-d2639d7c840f8f95ce1590dd6d34a4091c32932f.tar ikiwiki-d2639d7c840f8f95ce1590dd6d34a4091c32932f.tar.gz |
minor improvements
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 82a01d8a0..d6f0eafac 100644 --- a/doc/style.css +++ b/doc/style.css @@ -23,6 +23,7 @@ #blogform { padding: 10px 10px; border: 1px solid #aaa; + color: black !important;; background: #eee; } @@ -41,11 +42,12 @@ /* Used for invalid form fields. */ .fb_invalid { color: red; + background: white !important; } /* Used for required form fields. */ .fb_required { - fornt-style: bold; + font-style: bold; } /* RSS button. */ @@ -64,5 +66,6 @@ margin-top: 1em; } .rssbutton:hover { + color: white !important; background: #ff9900; } |