diff --git a/theme/clean/style/custom.css b/theme/clean/style/custom.css index efb429b0a9e..090e45bfe29 100644 --- a/theme/clean/style/custom.css +++ b/theme/clean/style/custom.css @@ -1,7 +1,7 @@ /* Custom CSS -------------------------*/ div.logo { - background: url([[setting:logo]]) no-repeat 0 0; + background: url([[setting:logo]]) 0 0 no-repeat; display: block; float: left; height: 75px; diff --git a/theme/more/style/custom.css b/theme/more/style/custom.css index efb429b0a9e..090e45bfe29 100644 --- a/theme/more/style/custom.css +++ b/theme/more/style/custom.css @@ -1,7 +1,7 @@ /* Custom CSS -------------------------*/ div.logo { - background: url([[setting:logo]]) no-repeat 0 0; + background: url([[setting:logo]]) 0 0 no-repeat; display: block; float: left; height: 75px;