Skip to content

Commit

Permalink
Fix layout bug of GitHub icon in all browsers except Safari and Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed May 10, 2013
1 parent c1eaf48 commit 3572059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ code {
.icon-github {
margin-right: 8px;
margin-right: 0.5rem;
display: inline-block;
display: inline-table;
width: 24px;
height: 24px;
background: url(../img/github.svg) no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion site/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ code {

.icon-github {
@include x-rem(margin-right, 0.5);
display: inline-block;
display: inline-table;
width: 24px;
height: 24px;
background: url(../img/github.svg) no-repeat;
Expand Down

0 comments on commit 3572059

Please sign in to comment.