diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:50:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:50:21 +0000 |
commit | 392116f0fd74301e5504fdc193ccca6ba009b1e2 (patch) | |
tree | 83f363106bdfd3f948a9dddf7af49610e066ca72 /doc | |
parent | f743b340ffff9f7d154110318c7d47d39d9f1b48 (diff) |
fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 3d6179179..5cb621119 100644 --- a/doc/style.css +++ b/doc/style.css @@ -39,10 +39,10 @@ } /* Used for invalid form fields. */ -#fb_invalid { +.fb_invalid { background: red; } /* Used for required form fields. */ -#fb_required { +.fb_required { fornt-style: bold; } |