From ef1ceb4f3bce56c92ef1dc3855901544f24c34f6 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 26 Sep 2014 14:35:25 +0200 Subject: [PATCH] fix catalog margins --- stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 1383ca9c..f26d01a8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -519,6 +519,8 @@ form.ban-appeal textarea { vertical-align: top; text-align:center; font-weight:normal; + margin-top: 2px; + margin-bottom: 2px; padding: 2px; height:300px; width:205px;