fixed sign in form to use correct size for anonymous user image

This commit is contained in:
Connor Turland 2014-11-26 16:49:56 -05:00
parent 2829005d4e
commit f6fdd72cf8

View file

@ -811,6 +811,7 @@ li.accountInvite span {
}
.accountImage {
background-image: url(user.png);
background-size: 84px 84px;
background-repeat: no-repeat;
height:84px;
width:84px;