diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 03:43:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 03:43:20 +0000 |
commit | 007dd1648be59af224f603f3912f085f43365c83 (patch) | |
tree | 423bf7a6efed0634e5c4f4d244893a35947a3c08 /doc | |
parent | 5d5ce9f992707876b31d203c2358857c09fc8617 (diff) |
styling for formbuilder fieldsets
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 6fdb76ac0..b399e2643 100644 --- a/doc/style.css +++ b/doc/style.css @@ -269,3 +269,12 @@ input#openid_url { -moz-opacity: 0.95; filter: alpha(opacity=95); } + +/* Formbuilder styling */ +fieldset { + margin: 1ex 0; + border: 1px solid black; +} +legend { + padding: 0 1ex; +} |