diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-30 10:44:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-30 10:44:38 -0400 |
commit | ea166ca334934a5950ee4756a7291fc69961e77c (patch) | |
tree | 47e78e5ee426fc3c19eb8052b04e1b7556788c20 /doc | |
parent | 080a4cb57947a7991ea5781342af5756ed7213ae (diff) | |
parent | e2e1b1cd20928e2b80871e5daffaea60738d054e (diff) |
Merge remote-tracking branch 'remotes/fmarier/libravatar-in-comments'
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; |