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 "
<a name='$i_comment_id'></a>
<div class='$oe comment'>
<!--<span class='timeago' style='float: right;'>$h_timestamp</span>-->
$h_userlink: $h_comment
$h_dellink
</div>

View file

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