Fix circular avatars getting squished

This commit is contained in:
NomNuggetNom 2015-04-02 21:28:13 -04:00
parent 2b53d09db5
commit 5932f2d39c
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;
}