From db96b8694cc742a78f09ef716c431722ad121bce Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 6 Feb 2007 08:12:42 +0000 Subject: #104175: Fix disappearing fieldset title in firefox. --- themes/garland/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3