making the avatar an actual img tag

This fixes a bug, where animated gifs were rendered incorrectly.
This commit is contained in:
Samuel Reis 2010-09-20 22:06:46 +02:00
parent cc46e88522
commit ecfa499ff4
2 changed files with 2 additions and 4 deletions

View file

@ -86,8 +86,6 @@ p {
margin-left: 2px;
width: 48px;
height: 48px;
background: top left no-repeat;
background-clip: content-box;
border: 0px solid #f00;
-webkit-border-radius: 8px;
}