diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-04-01 17:22:37 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-04-01 17:22:37 +0200 |
commit | 55dbaa9b77cb83f5afa72845d7dc5749aa3c21c8 (patch) | |
tree | d99bb9abe678b63a4628813140859829785ae849 /mediagoblin/static/css | |
parent | ff2e9dc0d61f183732a22d38141a0074fcf7a1e6 (diff) | |
download | mediagoblin-55dbaa9b77cb83f5afa72845d7dc5749aa3c21c8.tar.lz mediagoblin-55dbaa9b77cb83f5afa72845d7dc5749aa3c21c8.tar.xz mediagoblin-55dbaa9b77cb83f5afa72845d7dc5749aa3c21c8.zip |
HTML/CSS: comment style changes
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 484335f9..2731331f 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -356,16 +356,21 @@ textarea#description, textarea#bio { /* comments */ .comment_author { - margin-bottom: 40px; padding-top: 4px; font-size: 0.9em; } .comment_content { - margin-bottom: 30px; + margin-left: 8px; + margin-top: 8px; +} + +.comment_wrapper { + margin-top: 14px; + margin-bottom: 14px; } -.comment_content p { +.comment_wrapper p { margin-bottom: 0px; } |