Began defining CSS for blog view
[citadel.git] / webcit / static / styles / webcit.css
index 2089edafde16d247cbcbea4f572576fbf6edd509..8cc2f23396dcdb368859bfe40939b9bc7a02574f 100644 (file)
@@ -1217,3 +1217,18 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
 }
 
 /*---------- bubble tooltips end -----------*/
+
+
+.blog_comment {
+       border: 1px solid grey;
+       margin-top: 2px;
+       margin-bottom: 2px;
+       margin-left: 5%;
+       margin-right: 1%;
+}
+
+.blog_comment_header {
+       margin-bottom: 1em;
+       font-size: 100%;
+       font-style: italic;
+}