Skip to content

Instantly share code, notes, and snippets.

@namklabs
Created February 27, 2012 22:37
Show Gist options
  • Save namklabs/1927631 to your computer and use it in GitHub Desktop.
Save namklabs/1927631 to your computer and use it in GitHub Desktop.
Add filetype icon to all anchors
a[href$='.pdf'] {
display:inline-block;
padding-right:0;
padding-left:20px;
line-height:18px;
background:transparent url(/img/adobe.gif) center left no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment