diff options
-rw-r--r-- | themes/garland/style.css | 5 |
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; |