From 9a728be399b40cb486fd94e6ba44f94bf90c7526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Mon, 19 Dec 2016 10:20:55 +0100 Subject: [PATCH] change theme --- it4i_theme/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index 234fb8b32..ea77bafeb 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -1245,7 +1245,7 @@ a:not([href*="//"]) { /* CSS for internal links */ } -a[href*="//"]:not([href*="https://gitlab.it4i.cz/kru0052/docs.it4i"]) { +a[href*="//"] { /*CSS for external links */ background: transparent url("/img/external.png") no-repeat right 0px top 1px; background-size: 12px; -- GitLab