From 775398496034490a1df958db50638e04a52ae02a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 16:21:05 +0100 Subject: [PATCH] Make fieldsets look like other boxes. --- css/theme_right.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 6f0f22858..f3b13bc51 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -106,9 +106,11 @@ textarea { fieldset { margin-top: 1em; - border: solid 1px; + border: solid 2px; padding: 0.5em; background: ; + -moz-border-radius: 0.5em; + border-radius: 0.5em; } fieldset fieldset { -- 2.11.4.GIT