From af380b315fe6d85dced85d5c3c55f34d45c2dbf5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Dec 2006 20:45:23 +0000 Subject: - Patch #92849 by mfredrickson: css fix for garland on Safari. --- themes/garland/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/garland/style.css b/themes/garland/style.css index 986cc037d..61cfc9c99 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -787,7 +787,7 @@ fieldset { html.js fieldset.collapsed { background: transparent; padding-top: 0; - padding-bottom: 3px; + padding-bottom: .6em; } html.js fieldset.collapsible legend a { -- cgit v1.2.3