From e4898f43fdf0809738cf966ccce33c389ab6f6c9 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sun, 1 Apr 2012 17:25:25 +0200 Subject: [PATCH] CSS: change comment margins --- mediagoblin/static/css/base.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 2731331f..316c135b 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -355,6 +355,15 @@ textarea#description, textarea#bio { /* comments */ +.comment_wrapper { + margin-top: 20px; + margin-bottom: 20px; +} + +.comment_wrapper p { + margin-bottom: 2px; +} + .comment_author { padding-top: 4px; font-size: 0.9em; @@ -365,15 +374,6 @@ textarea#description, textarea#bio { margin-top: 8px; } -.comment_wrapper { - margin-top: 14px; - margin-bottom: 14px; -} - -.comment_wrapper p { - margin-bottom: 0px; -} - textarea#comment_content { resize: vertical; width: 100%;