From 4fb7a3522e6fde6cb7bbdd36fa9be8be9c9379ee Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Dec 2018 10:40:27 +0300 Subject: www: logo background is important --- src/main/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 6f880d55..829d41ea 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -165,8 +165,8 @@ body > header { width: 110px; } #logo a { - background: url("logo@2x.png") no-repeat; - background-size: cover; + background: url("logo@2x.png") no-repeat !important; + background-size: cover !important; border: 0; display: block; height: 36px; -- cgit v1.2.3