Hide false header element from the TOC
This commit is contained in:
parent
abd3333b9f
commit
932b2814b0
@ -2,7 +2,7 @@
|
||||
<div id="headline">
|
||||
<img class="qutebrowser-logo" src="/icons/qutebrowser.svg" alt="qutebrowser" />
|
||||
<div class="text">
|
||||
<h1>qutebrowser</h1>
|
||||
<span class="heading-text">qutebrowser</span>
|
||||
A keyboard-driven browser.
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,9 +44,13 @@ p {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#headline .text h1 {
|
||||
#headline .text .heading-text {
|
||||
color: #1e89c6;
|
||||
font-weight: bold;
|
||||
font-size: 2em;
|
||||
border: none;
|
||||
display: block;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
#headline .text {
|
||||
|
Loading…
Reference in New Issue
Block a user