Fix the size of profile pictures

This fixes a transient display glitch while the image is loading.

(imported from commit a153de8ebb07eaa89a7a0eb215f15a88e950a1f4)
This commit is contained in:
Keegan McAllister 2012-09-12 21:57:32 -04:00
parent 3fc265dac3
commit c3c675a872
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ img.profile_picture {
float: left;
margin: 0 15px 15px 0;
max-height: 30px;
width: 30px;
height: 30px;
}
div.alert {