stub for comment time-ago
This commit is contained in:
parent
ad2bb8b8b6
commit
c39697a40f
@ -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>
|
||||||
|
@ -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: " >>>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user