0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #1121 from abe33/fix_user_image_border_in_settings

Fix style issue on user-image on Firefox and Opera
This commit is contained in:
Hannah Wolfe 2013-10-22 12:40:07 -07:00
commit 3e2ce74c90

View file

@ -190,7 +190,7 @@
.user-image {
@include box-sizing(border-box);
display: table;
display: block;
position: relative;
width: 120px;
height: 120px;
@ -211,6 +211,7 @@
background-image: url(/shared/img/user-image.png);
background-size: cover;
background-position: center center;
border-radius: 100%;
}
&:hover {