Skip to content
Snippets Groups Projects

External links

Merged David Hrbáč requested to merge external_links into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ a:not([href*="//"]) {
/* CSS for internal links */
}
a[href*="//"] {
a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ) {
/*CSS for external links */
background: transparent url("/img/external.png") no-repeat right 0px top 1px;
background-size: 12px;
Loading