0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

fixes firefox user image disappearance

take advice from @JohnONolan and subtract border-width
This commit is contained in:
Benjamin Chodoroff 2013-10-15 12:51:36 -04:00
parent 35347795a8
commit 672bb01d15

View file

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