view media/css/comments.css @ 167:cf9f9d4c4d54

Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Jan 2010 22:33:11 +0000
parents 82deb8cc59e9
children
line wrap: on
line source
div.comment-list {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding-right: .5em;
}
div.comment {
    padding: 0.5em;
    border-bottom: 1px dashed black;
    font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
    color: #333;
}
div.comment-avatar {
    float: left;
    padding-right: 1.5em;
}
div.comment-text {
}
div.comment-text-removed {
    font-style: italic;
}
div.comment-details {
    clear: both;
    font-size: smaller;
    font-style: italic;
    padding-top: 0.5em;
}