Skip to content

Commit

Permalink
Fix .social-share-button-qq background image position
Browse files Browse the repository at this point in the history
@media only screen and (-webkit-device-pixel-ratio: 2) {
...
.social-share-button-qq
...
}
  • Loading branch information
miclle committed Dec 18, 2013
1 parent a1a76ca commit 669f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/social-share-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 669f141

Please sign in to comment.