summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-07-25 18:54:13 +0200
committerJulius Haertl <jus@bitgrid.net>2016-07-25 18:54:13 +0200
commitd58ff6853173680e4156c482f6eb335586c8bb13 (patch)
tree2e8c4e057a6c3df332f94ab40b0b96a59ee551b8 /core/css
parent8457c617e03301c8989447fbf60baf81bc0cbba9 (diff)
downloadnextcloud-server-d58ff6853173680e4156c482f6eb335586c8bb13.tar.gz
nextcloud-server-d58ff6853173680e4156c482f6eb335586c8bb13.zip
Theming: Fix preview and center alignment of logo
Diffstat (limited to 'core/css')
-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 cf7c981955e..6078008f91f 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');
background-repeat: no-repeat;
+ background-position: center center;
width: 62px;
height: 34px;
}