Skip to content

Commit

Permalink
Merge pull request TryGhost#1090 from bnchdrff/user-image-ff-fix
Browse files Browse the repository at this point in the history
fixes firefox user image disappearance
  • Loading branch information
John O'Nolan committed Oct 16, 2013
2 parents 2dfadcb + 672bb01 commit b1edd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/client/assets/sass/layouts/users.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -257,4 +257,4 @@
color: darken($brown, 5%);
}

} //.settings
} //.settings

0 comments on commit b1edd88

Please sign in to comment.