summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2017-05-29 21:28:04 +0200
committerPhilipp Hansch <dev@phansch.net>2017-05-29 21:50:06 +0200
commitad8cf371b8888e5c2c78fa022c13f14bbf652529 (patch)
tree653b7918f3f64e6a4331556d6d835bde252c064c /www
parent932b2814b03a0eae003dc30dbc906233d4efb20e (diff)
downloadqutebrowser-ad8cf371b8888e5c2c78fa022c13f14bbf652529.tar.gz
qutebrowser-ad8cf371b8888e5c2c78fa022c13f14bbf652529.zip
Style table of contents properly for qute theme
Diffstat (limited to 'www')
-rw-r--r--www/qute.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/qute.css b/www/qute.css
index f8902f10e..fea2d8f78 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -224,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" />