minor improvements

master
joey 2006-03-29 07:31:13 +00:00
parent 576feac32b
commit d2639d7c84
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#blogform { #blogform {
padding: 10px 10px; padding: 10px 10px;
border: 1px solid #aaa; border: 1px solid #aaa;
color: black !important;;
background: #eee; background: #eee;
} }
@ -41,11 +42,12 @@
/* Used for invalid form fields. */ /* Used for invalid form fields. */
.fb_invalid { .fb_invalid {
color: red; color: red;
background: white !important;
} }
/* Used for required form fields. */ /* Used for required form fields. */
.fb_required { .fb_required {
fornt-style: bold; font-style: bold;
} }
/* RSS button. */ /* RSS button. */
@ -64,5 +66,6 @@
margin-top: 1em; margin-top: 1em;
} }
.rssbutton:hover { .rssbutton:hover {
color: white !important;
background: #ff9900; background: #ff9900;
} }