Skip to content

Instantly share code, notes, and snippets.

@kevin-cantwell
Created September 26, 2010 02:04
Show Gist options
  • Save kevin-cantwell/597502 to your computer and use it in GitHub Desktop.
Save kevin-cantwell/597502 to your computer and use it in GitHub Desktop.
ul.webmailto {
list-style : none;
margin : 0;
padding : 0;
background-image : url('img/webmails.png');
}
ul.webmailto li {
display : inline;
}
ul.webmailto li a {
margin : 0;
display : inline-block;
text-indent : -9999px;
width : 50px;
height : 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment