Could it be possible to make the gravatar-icon show up in its own div that is possitioned more or less as today, but without all the whitespace.

CommentFileSizeAuthor
#1 gravatar_float-right.png46.41 KBNarno
screenshot.png86.76 KBlomz

Comments

Narno’s picture

Status: Active » Closed (won't fix)
StatusFileSize
new46.41 KB

This is not necessary because Gravatar use Drupal theme function to display picture : you can use it in your own template (see http://api.drupal.org/api/file/modules/user/user-picture.tpl.php/6/source).

In the case of your site vindstille.net, you must to :
- apply float:right; to picture class
- disable clear:both; in comment class

alles klar ? :-)

lomz’s picture

Alles klar.