Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-06-07 17:06:19 +0300
committerJulius Härtl <jus@bitgrid.net>2017-07-02 15:14:49 +0300
commit3470d0a44ea2b7a477af407b3d9abee81de071e3 (patch)
tree6bfbe62ce8ea0c2c913a3aef40c499b051ce8148 /themes
parentcc4373c90157679f2ff8bc21b8cf55e386e9ccea (diff)
Simplified Nextcloud logo icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/core/css/server.css5
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;
}