Mercurial > public > sg101
view media/css/comments.css @ 298:4f032a6e21f8
Fix #139; when editing a user's post, the post author's signature should appear with the post, not the user (moderator) making the edit).
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 10 Jan 2011 03:33:21 +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; }