Skip to content
Snippets Groups Projects
Commit 85414cf4 authored by David Hrbáč's avatar David Hrbáč
Browse files

Merge branch 'hot_fix' into 'master'

Hot fix

See merge request !135
parents 025d0904 56c84420
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,11 @@ a:not([href*="//"]) { ...@@ -2,7 +2,11 @@ a:not([href*="//"]) {
/* CSS for internal links */ /* CSS for internal links */
} }
a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ) { a.md-footer-social__link.fa.fa-globe {
!background: none;
}
a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ):not( [href*='https://www.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;
......
...@@ -7,8 +7,8 @@ extra_css: ...@@ -7,8 +7,8 @@ extra_css:
- src/css.css - src/css.css
# Repository # Repository
#repo_name: it4i-admins/docs.it4i repo_name: sccs/docs.it4i.cz
#repo_url: https://gitlab.it4i.cz/it4i-admins/docs.it4i repo_url: https://code.it4i.cz/sccs/docs.it4i.cz
# Copyright # Copyright
copyright: Copyright (c) 2017 IT4Innovations__VERSION__ copyright: Copyright (c) 2017 IT4Innovations__VERSION__
...@@ -195,6 +195,7 @@ pages: ...@@ -195,6 +195,7 @@ pages:
extra: extra:
#logo: img/logo2.png #logo: img/logo2.png
repo_icon: gitlab
palette: palette:
primary: 'grey' primary: 'grey'
accent: 'yellow' accent: 'yellow'
...@@ -206,7 +207,9 @@ extra: ...@@ -206,7 +207,9 @@ extra:
next: 'Next' next: 'Next'
social: social:
- type: 'gitlab' - type: 'gitlab'
link: 'https://code.it4i.cz' link: 'https://code.it4i.cz/sccs/docs.it4i.cz'
- type: globe
link: https://www.it4i.cz
markdown_extensions: markdown_extensions:
- codehilite - codehilite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment