Style comments (first draft only)
[mediagoblin.git] / mediagoblin / static / css / base.css
index 31573820d99ef5834a29acf60bb0c721d0331955..537cc35c0cd077a5a50f219cca0254db6f32ac2c 100644 (file)
@@ -223,6 +223,20 @@ a.mediagoblin_logo:hover {
   width:280px;
 }
 
+/* comments */
+
+.comment_author {
+  margin-bottom:40px;
+  font-size:14px;
+  text-align:right;
+  border-top:1px solid #393939;
+  padding-top:4px;
+}
+
+.comment_content p {
+  margin-bottom:4px;
+}
+
 /* media galleries */
 
 ul.media_thumbnail {