Add GitHub mark to GitHub links

This was requested in #95.

Adds a little 10x10px GitHub mark to every GitHub link in the main
frame.
This commit is contained in:
Henrik Hodne 2013-05-06 05:39:54 -05:00
parent d0f7c75795
commit f05477bb0c

View File

@ -53,3 +53,12 @@
&.forks
background-image: inline-image('ui/github-forks.png')
.tab
a[href^="https://github.com"],
a[href^="http://github.com"],
a[href^="https://www.github.com"],
a[href^="http://www.github.com"]
&:hover
background: transparent url(/images/icons/github.png) center right no-repeat
background-size: 12px
padding-right: 16px