Skip to content
Snippets Groups Projects
Commit f5eb927f authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

test external links

parent 7558c085
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ a:not([href*="//"]) { ...@@ -2,7 +2,7 @@ a:not([href*="//"]) {
/* CSS for internal links */ /* CSS for internal links */
} }
a[href*="//"]:not([href*="gitlab.it4i.cz"]):after { a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ) {
/*CSS for external links */ /*CSS for external links */
background: transparent url("/img/external.png") no-repeat right 0px top 1px; background: transparent url("/img/external.png") no-repeat right 0px top 1px;
background-size: 12px; background-size: 12px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment