diff options
author | Francois Marier <francois@debian.org> | 2011-03-05 20:33:07 +1300 |
---|---|---|
committer | Francois Marier <francois@debian.org> | 2011-03-30 20:59:17 +1300 |
commit | 7723e94218a8c526fc8d869086c05dd382268649 (patch) | |
tree | 8a4e96e7a2768a642e92f5a12d4182c039264562 /doc | |
parent | 3e5197c9671e01c73bdd0c281f56a61b67995c22 (diff) |
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')
-rw-r--r-- | doc/style.css | 3 |
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; |