Merge pull request #3325 from NomNuggetNom/master

Fix circular avatars getting squished
This commit is contained in:
Jeff Atwood 2015-04-02 18:36:45 -07:00
commit d47a8ab664
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
img.avatar {
float: left;
padding-right: 10px;
margin-right: 10px;
margin-top: -53px;
}