summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-02-24 20:22:45 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-02-24 20:22:45 +0000
commiteadfa19239f0eb2a016bf2d93c38f655b84dfede (patch)
treee2af040386209def53d5afb891dedbad951b2c4f /misc
parentbb82569cee12277e0f098b4829d0001d27f328f2 (diff)
downloadbrdo-eadfa19239f0eb2a016bf2d93c38f655b84dfede.tar.gz
brdo-eadfa19239f0eb2a016bf2d93c38f655b84dfede.tar.bz2
Improved <label> patch: got rid of ID's by implicit association, and made radio/check labels non-bold again.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index d3fa130d8..bfa612823 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -150,6 +150,9 @@ li a.active {
.form-item label {
font-weight: bold;
}
+.form-item label.option {
+ font-weight: normal;
+}
.form-submit {
margin: 0.5em 0;
}