forked from huacnlee/social-share-button
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix .social-share-button-qq background image position
@media only screen and (-webkit-device-pixel-ratio: 2) { ... .social-share-button-qq ... }
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
.social-share-button-google_plus { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -16px -32px no-repeat; background-size:64px 64px;} | ||
.social-share-button-kaixin001 { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -32px -32px no-repeat; background-size:64px 64px;} | ||
.social-share-button-plurk { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) -48px 0px no-repeat; background-size:64px 64px; } | ||
.social-share-button-qq { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -48px 16px no-repeat; background-size:64px 64px;} | ||
.social-share-button-qq { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -48px -16px no-repeat; background-size:64px 64px;} | ||
.social-share-button-renren { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -48px -32px no-repeat; background-size:64px 64px;} | ||
.social-share-button-tqq { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) 0px -48 no-repeat; background-size:64px 64px;} | ||
.social-share-button-tumblr { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/[email protected]')) -16px -48px no-repeat; background-size:64px 64px;} | ||
|