Use absolute size for github mark

This commit is contained in:
Colin Dunklau 2014-02-09 21:20:02 +01:00
commit 81e44ed2de
3 changed files with 3 additions and 3 deletions

View file

@ -316,7 +316,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
.social a[href*='github.com'],
.social a[href*='git.io'] {
background-image: url('../images/icons/github.png');
background-size: 50%;
background-size: 16px 16px;
}
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}

View file

@ -316,7 +316,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
.social a[href*='github.com'],
.social a[href*='git.io'] {
background-image: url('../images/icons/github.png');
background-size: 50%;
background-size: 16px 16px;
}
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}

View file

@ -316,7 +316,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
.social a[href*='github.com'],
.social a[href*='git.io'] {
background-image: url('../images/icons/github.png');
background-size: 50%;
background-size: 16px 16px;
}
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}