summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2017-05-29 21:20:17 +0200
committerPhilipp Hansch <dev@phansch.net>2017-05-29 21:50:04 +0200
commit932b2814b03a0eae003dc30dbc906233d4efb20e (patch)
tree3359c73d71aae2f2482eaf11fcaf68c9e30a1681 /www
parentabd3333b9f88880ecdafb72cd4a0af15d910f85e (diff)
downloadqutebrowser-932b2814b03a0eae003dc30dbc906233d4efb20e.tar.gz
qutebrowser-932b2814b03a0eae003dc30dbc906233d4efb20e.zip
Hide false header element from the TOC
Diffstat (limited to 'www')
-rw-r--r--www/header.asciidoc2
-rw-r--r--www/qute.css6
2 files changed, 6 insertions, 2 deletions
diff --git a/www/header.asciidoc b/www/header.asciidoc
index ff5b26d9e..6b09ce21a 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -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>
diff --git a/www/qute.css b/www/qute.css
index 9a47b8122..f8902f10e 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -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 {