diff options
-rw-r--r-- | mediagoblin/static/css/base.css | 18 |
1 files 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%; |