Skip to content

Instantly share code, notes, and snippets.

@kevin-cantwell
Created September 26, 2010 02:44
Show Gist options
  • Save kevin-cantwell/597530 to your computer and use it in GitHub Desktop.
Save kevin-cantwell/597530 to your computer and use it in GitHub Desktop.
ul.mymailto {
list-style : none;
margin : 0;
padding : 0;
background-color : #dcdcdc;
border : 1px solid #7166fb;
}
ul.mymailto li {
display : inline;
}
ul.mymailto li a {
margin : 2px;
display : inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment