From b5c4d77cd5c72322602d341973827acdbaf8417b Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Thu, 24 Jun 2021 20:22:01 +0200 Subject: [PATCH] Drop header navigation - it does not look that fancy and has no real purpose --- assets/custom.css | 9 --------- config.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index d458753..328e971 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -1,12 +1,3 @@ -.pure-menu-heading { - background: url('dezentrale.svg') top left no-repeat; - background-size: 14rem 3rem; - display: block; - overflow: hidden; - text-indent: -9999em; - width: 11.5rem; -} - .dz-main { background-color: #ffffff; width: 100%; diff --git a/config.yaml b/config.yaml index eafe777..6cbcefc 100644 --- a/config.yaml +++ b/config.yaml @@ -54,7 +54,7 @@ params: # Header with title/subtitle can be disabled here. # (If you disable this, add some link on the index page inside menu.main, # otherwise your visitors will get confused and lost...) - showNavHeader: true + showNavHeader: false # Decide if only summaries are shown on the main page or the full content showFullContent: true