0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -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 {
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;
@ -257,4 +257,4 @@
color: darken($brown, 5%);
}
} //.settings
} //.settings