all repos — hastyscribe @ 92fd82f186e38f74b8527025c017fdc365e1898a

A professional markdown compiler.

Added styling for external links.
Fabio Cevasco h3rald@h3rald.com
Mon, 03 Feb 2014 18:12:30 +0100
commit

92fd82f186e38f74b8527025c017fdc365e1898a

parent

4cfa7d11c0086fe5e96adae902fd14de7460f445

1 files changed, 9 insertions(+), 1 deletions(-)

jump to
M elements.lesselements.less

@@ -216,4 +216,12 @@ &:hover {

text-decoration:underline; } } - +a[href^="http://"]:before, +a[href^="https://"]:before, +a[href^="ftp://"]:before, +a[href^="sftp://"]:before, +a[href^="mailto://"]:before +{ + content: "\2197"; + font-size: 0.8em; +}