Created
January 20, 2013 14:03
-
-
Save mattd/4578895 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
a.email-share { | |
display: block; | |
height: 34px; | |
width: 34px; | |
background: url(../images/btn_mail.png) no-repeat #302f2f; | |
text-indent: -9999px; | |
} | |
@media all and (-webkit-min-device-pixel-ratio: 2), | |
all and (min-device-width: 641px) { | |
a.email-share { | |
background: url(../images/[email protected]) no-repeat #302f2f; | |
background-size: 34px 34px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment