Advertisement
mrwweb

Append PDF Icon to PDF Link Anchor Text

Feb 14th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. a[href$=".pdf"]:after {
  2.     display:inline-block; content:''; margin-left:3px; padding-right:18px;
  3.     background:url(image/pdf-icon.png) right center no-repeat;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement