From d2639d7c840f8f95ce1590dd6d34a4091c32932f Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Mar 2006 07:31:13 +0000 Subject: [PATCH 1/1] minor improvements --- doc/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } -- 2.44.0