Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1607 from mozilla/gravatar-icon-alignment
Browse files Browse the repository at this point in the history
styles(avatars): fix the gravatar button alignment
  • Loading branch information
johngruen committed Sep 4, 2014
2 parents 07347f9 + ce27fd7 commit e33e01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/_avatars.scss
Expand Up @@ -94,8 +94,8 @@ a.avatar-wrapper {
background: image-url('gravatar.svg') no-repeat top center;
background-size: contain;
display: inline-block;
height: 39px;
width: 39px;
height: 38.5px;
width: 38.5px;
}

nav {
Expand Down

0 comments on commit e33e01e

Please sign in to comment.