diff options
author | Jos Poortvliet <jos@opensuse.org> | 2016-07-22 14:23:00 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-07-26 13:26:48 +0200 |
commit | f02eabb6a77217346c1b6f528ea522f7b829e6a2 (patch) | |
tree | c4cfd613502395b5ad2bb77f34b4bb3088bbb714 /core | |
parent | fa814b9715f98292dd1ce1c355ed021319e578f1 (diff) | |
download | nextcloud-server-f02eabb6a77217346c1b6f528ea522f7b829e6a2.tar.gz nextcloud-server-f02eabb6a77217346c1b6f528ea522f7b829e6a2.zip |
Update header.css
make the logo look good on the login page
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index f3f5276c2a4..dcd29016e19 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -71,7 +71,7 @@ background-image: url('../img/logo-icon.svg?v=1'); background-repeat: no-repeat; background-size: 175px; - background-position: center 30px; + background-position: center; width: 252px; height: 120px; margin: 0 auto; |