summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:50:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:50:34 +0200
commit06a3934fd76a32a752062d424a6cfc98edd543ad (patch)
tree6a9093018b8fd379fa3d6b1f6a39a4b1b8d5e928
parente3e4b204b58240e19236358c442f638fae6221bf (diff)
Add TOC to web-prologue, use h4 for FAQ headings
-rw-r--r--web-prologue.xhtml1
-rw-r--r--web.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/web-prologue.xhtml b/web-prologue.xhtml
index e132fcb..d01525b 100644
--- a/web-prologue.xhtml
+++ b/web-prologue.xhtml
@@ -10,6 +10,7 @@
$./common.css$
$./pre-box.css$
$./code-box.css$
+$./toc.css$
$./web.css$
</style>
</head>
diff --git a/web.css b/web.css
index 57e0df0..874a618 100644
--- a/web.css
+++ b/web.css
@@ -42,7 +42,7 @@ h2
}
/* This one is used for FAQ questions. A hack to avoid separate style file. */
-h3
+h4
{
font-weight: normal;
font-size: 1.223em;