when entering the blog view via gotonext, utilize seen information to determine which...
[citadel.git] / webcit / static / styles / blog.css
index 9242b55f6c55afa6927c5da05aa1c566dc10b833..ad36131891fd1b3d1597d965e65690724c4291c8 100644 (file)
@@ -53,6 +53,14 @@ a.blog_show_comments_link:link, a.blog_show_comments_link:active, a.blog_show_co
        background-color: #EDEDE0;
 }
 
+.blog_comment_unread {
+       margin: 0.5em;
+       padding: 0.5em 0.25em 0.25em;
+       width: 35em;
+       border-top: 1px dotted grey;
+       background-color: #EFEFE0;
+}
+
 .blog_comment_header {
        font-size: smaller;
 }