From 7723e94218a8c526fc8d869086c05dd382268649 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Sat, 5 Mar 2011 20:33:07 +1300 Subject: 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. --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/style.css') 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; -- cgit v1.2.3