aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-10 10:40:27 +0300
committerGravatar Vitaly Takmazov2018-12-10 10:40:27 +0300
commit4fb7a3522e6fde6cb7bbdd36fa9be8be9c9379ee (patch)
treec310844dc2e4cd09a1198c635eeecc3c8ed56e68 /src/main/assets
parent852f8f6df1c8001a34a367a60978c17a74a5bebe (diff)
www: logo background is important
Diffstat (limited to 'src/main/assets')
-rw-r--r--src/main/assets/style.css4
1 files changed, 2 insertions, 2 deletions
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;