From d939dd87d99042c9553c36d2ea536a39d1ba5cf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 5 Feb 2011 15:44:06 +0100 Subject: [PATCH] Same look as 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 7dedc8d8b..78473b4e2 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -1144,9 +1144,11 @@ code.sql, div.sqlvalidate { } .group { - border: 1px solid #000; + border: 2px solid #000; margin-bottom: 1em; padding: 0 0 0.5em 0; + -moz-border-radius: 0.5em; + border-radius: 0.5em; } .group h2 { -- 2.11.4.GIT