Update themingcontroller.php

pull/525/head
Jos Poortvliet 2016-07-22 12:25:58 +07:00 committed by GitHub
parent 194c385c7a
commit 183d4d8e99
1 changed files with 2 additions and 1 deletions

@ -224,10 +224,11 @@ class ThemingController extends Controller {
if($logo !== '') {
$responseCss .= sprintf('#header .logo {
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
background-size: contain;
}
#header .logo-icon {
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
background-size: 62px 34px;
background-size: contain;
}'
);
}