Merge pull request #1090 from bnchdrff/user-image-ff-fix

fixes firefox user image disappearance
This commit is contained in:
John O'Nolan 2013-10-16 07:57:56 -07:00 committed by Hannah Wolfe
parent b544ee7ed6
commit c6d805cd28

View File

@ -206,8 +206,8 @@
.img {
display: block;
width: 100%;
height: 100%;
width: 110px;
height: 110px;
background-image: url(/shared/img/user-image.png);
background-size: cover;
background-position: center center;