CSS: change comment margins
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Apr 2012 15:25:25 +0000 (17:25 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Apr 2012 15:25:25 +0000 (17:25 +0200)
mediagoblin/static/css/base.css

index 2731331f8679beb1b3b7af1fc9288058dc974712..316c135bc2c7b738ef7964740a457f19bf77b1b2 100644 (file)
@@ -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%;