From 932b2814b03a0eae003dc30dbc906233d4efb20e Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 29 May 2017 21:20:17 +0200 Subject: Hide false header element from the TOC --- www/header.asciidoc | 2 +- www/qute.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'www') 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 @@
-

qutebrowser

+ qutebrowser A keyboard-driven browser.
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 { -- cgit v1.2.3-54-g00ecf