summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-02-06 08:12:42 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-02-06 08:12:42 +0000
commitdb96b8694cc742a78f09ef716c431722ad121bce (patch)
treebf4f440f1560fec87f9db8a6d9d2f3cb76c9390f /themes
parent2019cb1c52768d70ec3fde7c8ed9da1cad416077 (diff)
downloadbrdo-db96b8694cc742a78f09ef716c431722ad121bce.tar.gz
brdo-db96b8694cc742a78f09ef716c431722ad121bce.tar.bz2
#104175: Fix disappearing fieldset title in firefox.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 7a58c6d99..94776035b 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -785,6 +785,11 @@ fieldset {
background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}
+fieldset legend {
+ /* Fix disappearing legend in FFox */
+ display: block;
+}
+
html.js fieldset.collapsed {
background: transparent;
padding-top: 0;