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 "
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: " >>>";