diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-17 19:16:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-17 19:16:55 +0000 |
commit | fff2f548ac77ac06da132edb013f2e7456cf4393 (patch) | |
tree | bd92fa0e16ace061c4b8e7d3808a1ac66e34eb8f /misc | |
parent | e27df450ab49085923bf4917cd7a291091048203 (diff) | |
download | brdo-fff2f548ac77ac06da132edb013f2e7456cf4393.tar.gz brdo-fff2f548ac77ac06da132edb013f2e7456cf4393.tar.bz2 |
- Improved form items: added <label> tags to improve accessibility and added
theme_form_element() function to improve themeability. I left form_item()
and the calls to form_item() intact for now.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 8fb6b1615..06f2b8584 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -113,7 +113,7 @@ fieldset { .form-item .description { font-size: 0.85em; } -.form-item .title { +.form-item label { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; |