diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-08-28 15:58:27 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-02 08:37:54 +0200 |
commit | d855c38e078f2cd0bec86d5a20fc2f448799433b (patch) | |
tree | 68f4adfc1ff3a97273fbc47e9584d922e70c4b61 /core/css | |
parent | 92049c3ceb4121c6e424e8ba902cc6ebc663c690 (diff) | |
download | nextcloud-server-d855c38e078f2cd0bec86d5a20fc2f448799433b.tar.gz nextcloud-server-d855c38e078f2cd0bec86d5a20fc2f448799433b.zip |
Moves the logo files to logo
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index fc926688c44..52386e904c7 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -69,7 +69,7 @@ body { } #header .logo { - background-image: url('../img/logo.svg?v=1'); + background-image: url('../img/logo/logo.svg?v=1'); background-repeat: no-repeat; background-size: 175px; background-position: center; |