X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fstyles%2Fblog.css;h=ad36131891fd1b3d1597d965e65690724c4291c8;hb=dbff3f19efefa1488dbd811d702069add21f264d;hp=9242b55f6c55afa6927c5da05aa1c566dc10b833;hpb=aeade41982c6c9a3e745a3b3c8262a3ec6952670;p=citadel.git diff --git a/webcit/static/styles/blog.css b/webcit/static/styles/blog.css index 9242b55f6..ad3613189 100644 --- a/webcit/static/styles/blog.css +++ b/webcit/static/styles/blog.css @@ -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; }