aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2011-03-05 20:33:07 +1300
committerFrancois Marier <francois@debian.org>2011-03-30 20:59:17 +1300
commit7723e94218a8c526fc8d869086c05dd382268649 (patch)
tree8a4e96e7a2768a642e92f5a12d4182c039264562 /doc/style.css
parent3e5197c9671e01c73bdd0c281f56a61b67995c22 (diff)
downloadikiwiki-7723e94218a8c526fc8d869086c05dd382268649.tar
ikiwiki-7723e94218a8c526fc8d869086c05dd382268649.tar.gz
comments: add avatar picture of comment author
Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index fa413cf24..fcf39be6a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -247,6 +247,9 @@ span.color {
.comment-subject {
font-weight: bold;
}
+.comment-avatar {
+ float: right;
+}
.comment {
border: 1px solid #aaa;
padding: 3px;