diff --git a/themes/garland/style.css b/themes/garland/style.css index 7a58c6d9913f..94776035bc38 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;