view media/css/comments.css @ 66:9a29e9933959

Donations: made the donations debug flag be in local_settings. Changed the donations template to be a two column display of stats and donors.
author Brian Neal <bgneal@gmail.com>
date Sat, 27 Jun 2009 22:20:35 +0000
parents dbd703f7d63a
children 82deb8cc59e9
line wrap: on
line source
#comment-list {
    font-size: 18px;
    font-weight: bold;
    color: #999;
}
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;
}