From 9c5cea1fd4e54aae28fb6cec2952844ffb904c15 Mon Sep 17 00:00:00 2001 From: Viola Elsenhans <elsenhans@ub.uni-leipzig.de> Date: Wed, 26 Sep 2018 15:12:09 +0200 Subject: [PATCH] refs #14061 * adapts path to retrieve wiso logo for all subordered instances --- themes/finc/scss/compiled.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index dc2952b7b0e..7eb2069bdf7 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -510,7 +510,8 @@ table.collapse.in { display: none; &.SID48 { - background: url('../images/wiso-transparent-70x20.png') 0 0 no-repeat; + // #14061 adapt the path to get the wiso logo for sub-instances + background: url('../../finc/images/wiso-transparent-70x20.png') 0 0 no-repeat; display: inline-block; font-size: 100%; // important to render width and height correctly height: em(20px); -- GitLab