Forked from 01-Scripts/fa-icon-external-link.css
Last active
August 29, 2015 14:15
-
-
Save figure002/61890a28c1e776ac064d to your computer and use it in GitHub Desktop.
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 characters
/* Mark external links that have the rel="external" | |
attribute set with a FontAwesome icon. */ | |
a[rel~="external"]:after { | |
content: "\f08e"; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-size: 80%; | |
font-style: normal; | |
font-weight: normal; | |
padding-left: 3px; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment