diff --git a/web/content/css/_asciidoc.scss b/web/content/css/_asciidoc.scss index 7ce8283873b..c3b483b787e 100644 --- a/web/content/css/_asciidoc.scss +++ b/web/content/css/_asciidoc.scss @@ -837,6 +837,20 @@ body.toc2 #header>h1:nth-last-child(2) { line-height: 1.44 } +h1:before, +h2:before, +h3:before, +h4:before, +h5:before, +h6:before, +div.title:before { + display: block; + content: " "; + height: 90px; /* Height of nav bar */ + margin-top: -90px; /* Negative margin of nav bar */ + visibility: hidden; +} + .sect1 { padding-bottom: .625em }