diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:48:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:48:18 +0000 |
commit | f743b340ffff9f7d154110318c7d47d39d9f1b48 (patch) | |
tree | 3f3492873404fa1a7ef6565ce2f5d1e44947b138 | |
parent | ec2afa23ae564be26bd8730a46f87c3f6e0fcaf8 (diff) |
add things needed by formbuilder
-rw-r--r-- | doc/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 7846398d7..3d6179179 100644 --- a/doc/style.css +++ b/doc/style.css @@ -19,6 +19,7 @@ border-bottom: 1px solid #000; } +/* Used for adding a blog page. */ #blogform { margin: 10 10; border: 1px solid #000; @@ -36,3 +37,12 @@ #pageinfo { font-style: italic; } + +/* Used for invalid form fields. */ +#fb_invalid { + background: red; +} +/* Used for required form fields. */ +#fb_required { + fornt-style: bold; +} |