Fix docs home page (#966)

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ
2018-11-28 23:30:31 +01:00
committed by GitHub
parent 0904bcf963
commit 98baee3f2f

View File

@@ -394,7 +394,7 @@ nav a {
height: 53px;
width: 71px; }
.nav .container .brand .logo.menu-open {
background: url(https://docs.nextcloud.org/server/13/user_manual/_static/img/logo_white_sprite.png) 0 0 no-repeat;
background: url(../img/logo_white_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;
@@ -561,7 +561,7 @@ nav a {
.nav.scrolled .navbar-toggle:not(.active) svg {
filter: invert(100%); }
.nav.scrolled .logo:not(.menu-open) {
background: url(https://docs.nextcloud.org/server/13/user_manual/_static/img/logo_blue_sprite.png) 0 0 no-repeat;
background: url(../img/logo_blue_sprite.png) 0 0 no-repeat;
height: 100px;
width: 140px;
display: inline-block;