From fe764a1ac415ff08b3bfa5e16a777b24b530c318 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 5 Mar 2014 22:59:48 +0800 Subject: Bug 977523: Comment textarea has padding:0 --- skins/standard/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 846405a7b..3eee10fab 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -605,7 +605,7 @@ input.required, select.required, span.required_explanation { #comment_preview { border: 1px solid silver; - padding: 0px 1px; + padding: 1px; overflow: auto; margin: 0px; } @@ -621,7 +621,6 @@ input.required, select.required, span.required_explanation { #comment { margin: 0px 0px 1em 0px; - padding: 0px; } /*******************/ -- cgit v1.2.3-24-g4f1b