stub for comment time-ago

This commit is contained in:
Shish 2011-12-31 14:21:02 +00:00
parent ad2bb8b8b6
commit c39697a40f
2 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class CommentListTheme extends Themelet {
return " return "
<a name='$i_comment_id'></a> <a name='$i_comment_id'></a>
<div class='$oe comment'> <div class='$oe comment'>
<!--<span class='timeago' style='float: right;'>$h_timestamp</span>-->
$h_userlink: $h_comment $h_userlink: $h_comment
$h_dellink $h_dellink
</div> </div>

View File

@ -128,6 +128,10 @@ UL {
.comment { .comment {
text-align: left; text-align: left;
} }
.comment .timeago {
float: right;
font-size: 75%;
}
.more:after { .more:after {
content: " >>>"; content: " >>>";