From d57ed82abb41aa3cc1d544530d6a0d612700d2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 16:28:11 +0100 Subject: [PATCH] Fix page with more fieldsets --- css/theme_right.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 5bacc55d3..fc7047ad4 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -105,6 +105,7 @@ textarea { } fieldset { + clear: both; margin-top: 1em; border: solid 2px; padding: 0.5em;