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/core
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-07-25 19:54:13 +0300
committerJulius Haertl <jus@bitgrid.net>2016-07-26 14:30:06 +0300
commit608dbc64d93ae06beb6c8a05e50196645fa206d1 (patch)
tree903337dbc2ea1dcce109f0c91e8a5eb2df37dcd1 /core
parenta494e4f712a232a20f27c7a844f920e4887c760d (diff)
Theming: Fix preview and center alignment of logo
Diffstat (limited to 'core')
-rw-r--r--core/css/header.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css
index dcd29016e19..c31dd9065c6 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -82,6 +82,7 @@
display: inline-block;
background-image: url('../img/logo-icon.svg?v=1');
background-repeat: no-repeat;
+ background-position: center center;
width: 62px;
height: 34px;
}