diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-06-07 16:06:19 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-07-02 14:14:49 +0200 |
commit | 3470d0a44ea2b7a477af407b3d9abee81de071e3 (patch) | |
tree | 6bfbe62ce8ea0c2c913a3aef40c499b051ce8148 /themes | |
parent | cc4373c90157679f2ff8bc21b8cf55e386e9ccea (diff) | |
download | nextcloud-server-3470d0a44ea2b7a477af407b3d9abee81de071e3.tar.gz nextcloud-server-3470d0a44ea2b7a477af407b3d9abee81de071e3.zip |
Simplified Nextcloud logo icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/core/css/server.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/example/core/css/server.css b/themes/example/core/css/server.css index a0aba8ae07a..88b2c483763 100644 --- a/themes/example/core/css/server.css +++ b/themes/example/core/css/server.css @@ -76,11 +76,10 @@ button.primary:focus, /* use logos from theme */ #header .logo { background-image: url('../img/logo.svg'); - width: 250px; - height: 121px; + width: 256px; + height: 128px; } #header .logo-icon { - background-image: url('../img/logo-icon.svg'); width: 62px; height: 34px; } |