Created
November 29, 2013 13:28
Revisions
-
siongui created this gist
Nov 29, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ a[href$=".pdf"] { background: url(../img/pdf_icon_16x16.png) no-repeat; padding-left: 20px; } ...or if you don't want to use an icon, but do want to let your users know you're linking to a file: a[href$=".pdf"]:after { content: " (PDF)" }