/ Published in: CSS
señala si es pdf o doc el enlace
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a[href$="pdf"]:after, a[href$="doc"]:after { margin:0 0 0 5px; font:bold 12px "Lucida Grande"; content: " (PDF)"; } a[href$=".doc"]:after {content: " (DOC)";}