aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-04-01 17:25:25 +0200
committerJef van Schendel <mail@jefvanschendel.nl>2012-04-01 17:25:25 +0200
commite4898f43fdf0809738cf966ccce33c389ab6f6c9 (patch)
tree4537f2e3c943223105d18700236701509657de7d /mediagoblin/static/css
parent55dbaa9b77cb83f5afa72845d7dc5749aa3c21c8 (diff)
downloadmediagoblin-e4898f43fdf0809738cf966ccce33c389ab6f6c9.tar.lz
mediagoblin-e4898f43fdf0809738cf966ccce33c389ab6f6c9.tar.xz
mediagoblin-e4898f43fdf0809738cf966ccce33c389ab6f6c9.zip
CSS: change comment margins
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css18
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%;