summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-05-30 10:39:20 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-05-30 10:39:20 +0200
commitf656cda248dddbd5774f85486c99f4a1806756a3 (patch)
tree407f834dc995e56027a78214ee48d707cc1f8bf6 /www
parent1c6fd6f7250063c5e2d1668afb661ab26430aa57 (diff)
parent798cae51d4971a74fa5a7de4815b32d9871caad5 (diff)
downloadqutebrowser-f656cda248dddbd5774f85486c99f4a1806756a3.tar.gz
qutebrowser-f656cda248dddbd5774f85486c99f4a1806756a3.zip
Merge commit '798cae51d4971a74fa5a7de4815b32d9871caad5'
Diffstat (limited to 'www')
-rw-r--r--www/header.asciidoc2
-rw-r--r--www/qute.css34
2 files changed, 34 insertions, 2 deletions
diff --git a/www/header.asciidoc b/www/header.asciidoc
index dc80a5d00..b463de7d2 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 7c3d90135..5c11a72fd 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 {
@@ -220,6 +224,34 @@ table td {
}
}
+#toc {
+ margin-bottom: 2.5em;
+}
+
+#toctitle {
+ color: #0A396E;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link href="/media/font.css" rel="stylesheet" type="text/css" />