Increase Description and Bio textarea height to 100px
[mediagoblin.git] / mediagoblin / static / css / base.css
index e8ea9983ff37de864d5666cd5d9775d672d226d6..5e9c0b3eca5a6e696aef57ccf2d7e27750009e9f 100644 (file)
@@ -26,8 +26,7 @@
 }
 
 body {
-  background-color: #111;
-  background-image: url("../images/background.png");
+  background-color: #161616;
   color: #C3C3C3;
   padding: 0;
   margin: 0px;
@@ -287,7 +286,7 @@ text-align: center;
 }
 
 .media_sidebar p {
-       padding-left: 8px;
+       margin-left: 8px;
 }
 
 /* forms */
@@ -352,22 +351,28 @@ text-align: center;
 
 textarea#description, textarea#bio {
   resize: vertical;
+  height: 100px;
 }
 
 /* comments */
 
+.comment_wrapper {
+  margin-top: 20px;
+  margin-bottom: 20px;
+}
+
+.comment_wrapper p {
+  margin-bottom: 2px;
+}
+
 .comment_author {
-  margin-bottom: 40px;
   padding-top: 4px;
   font-size: 0.9em;
 }
 
 .comment_content {
-  margin-bottom: 30px;
-}
-
-.comment_content p {
-  margin-bottom: 0px;
+  margin-left: 8px;
+  margin-top: 8px;
 }
 
 textarea#comment_content {