mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use absolute size for github mark
This commit is contained in:
parent
df21315a24
commit
81e44ed2de
3 changed files with 3 additions and 3 deletions
|
|
@ -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');}
|
||||
|
|
|
|||
|
|
@ -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');}
|
||||
|
|
|
|||
|
|
@ -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');}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue