From c39697a40f25564d1152aa84b015042e752f4b5b Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 31 Dec 2011 14:21:02 +0000 Subject: [PATCH] stub for comment time-ago --- ext/comment/theme.php | 1 + themes/default/style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index f48a7b25..264cd67b 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -179,6 +179,7 @@ class CommentListTheme extends Themelet { return "
+ $h_userlink: $h_comment $h_dellink
diff --git a/themes/default/style.css b/themes/default/style.css index 811fc9d7..db384169 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -128,6 +128,10 @@ UL { .comment { text-align: left; } +.comment .timeago { + float: right; + font-size: 75%; +} .more:after { content: " >>>";