diff options
author | jowi <sjw@gmx.ch> | 2016-01-02 19:43:09 +0100 |
---|---|---|
committer | jowi <sjw@gmx.ch> | 2016-01-02 19:43:09 +0100 |
commit | 05e6dd9c1ae36d8816ef379cf7831e7296339703 (patch) | |
tree | 0cc266dd0f2a75c48a362f550d180cb81acef922 /core/css/header.css | |
parent | 6ca2da7d5ccb9d3353c64125e196ad5a56ed4cfb (diff) | |
download | nextcloud-server-05e6dd9c1ae36d8816ef379cf7831e7296339703.tar.gz nextcloud-server-05e6dd9c1ae36d8816ef379cf7831e7296339703.zip |
fixed fallbacks and code style
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 4a5db088f96..37f66c38262 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -68,7 +68,7 @@ } #header .logo { - background-image: url(../img/logo-icon.svg); + background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; background-size: 175px; background-position: center 30px; |