diff options
author | Vitaly Takmazov | 2018-12-10 10:40:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-10 10:40:27 +0300 |
commit | 4fb7a3522e6fde6cb7bbdd36fa9be8be9c9379ee (patch) | |
tree | c310844dc2e4cd09a1198c635eeecc3c8ed56e68 /src/main | |
parent | 852f8f6df1c8001a34a367a60978c17a74a5bebe (diff) |
www: logo background is important
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/assets/style.css | 4 |
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; |