diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 777c272..475aa71 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -440,9 +440,9 @@ header h1::before { /* Language switchers */ -#language-switcher-top { - position: relative; - margin-top: 7px; +.language-switcher-top { + display: block; + padding-top: 9px; width: 120px; /* Force size to prevent overflowing breadcrumbs */ height: 35px; z-index: 5; @@ -507,7 +507,6 @@ header h1::before { .current-language { border: 1px solid transparent; - background: url(wikiicons/languages.png) no-repeat 92px 9px; } .other-languages li { diff --git a/templates/page.tmpl b/templates/page.tmpl index 1981e54..eafd54d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -81,7 +81,31 @@ <TMPL_VAR WIKINAME> +