Skip to content
Snippets Groups Projects

External links

Merged David Hrbáč requested to merge external_links into master
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
a:not([href*="//"]) {
/* CSS for internal links */
}
a[href*="//"] {
/*CSS for external links */
background: transparent url("/img/external.png") no-repeat right 0px top 1px;
background-size: 12px;
padding: 1px 16px 1px 0px;
}
Loading