Mercurial > public > sg101
view media/css/comments.css @ 160:2eb3984ccb15
Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Dec 2009 02:08:05 +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; }