Skip to content

Instantly share code, notes, and snippets.

@brito
Created March 2, 2012 21:17
Show Gist options
  • Save brito/1961477 to your computer and use it in GitHub Desktop.
Save brito/1961477 to your computer and use it in GitHub Desktop.
External link decorator
/**
* External link decorator
*/
a[href^="http"]:after {
content: url(data:image/png;base64,R0lGODlhCQAMAMQAAPr7/Cpdi6q/0X2duURxmjRlkfz9/vz8/TVlkae8z4+qwoWivTlplDVmkvv8/Up1nUVymvn6/LrL2i1gjStejKS6zkNwmUFvmD5slkJwmbjJ2DZnkqm90Cdbiv///wAAACH5BAEAAB4ALAAAAAAJAAwAAAU6oCeOY7R0aNoByWURQUoOMTpqD0p1Ird1hEGGJ/gVJB5Ip9gpcESYDqOD4BxEFcWkwTGMHACSeDwKAQA7);
padding-left: 2px;
}
Bada <a href="http://bing.com">BING</a>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment