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

test external links

parent 88efbf92
No related branches found
Tags
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*="code.it4i.cz"]):not([href*="gitlab.it4i.cz"]):after { a[href*="//"]:not([href*="*.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