From 57dce536c30ac4e675040c8e84732d8ec1a0debf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 13:40:24 +0100 Subject: [PATCH] Border for messages --- css/theme_right.css.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 60e1d5079..5d3c51c28 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -391,6 +391,8 @@ div.footnotes { margin: 0.3em 0 0 0; border: 2px solid; padding: 0.5em; + -moz-border-radius: 0.5em; + border-radius: 0.5em; background-repeat: no-repeat;