summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc.css5
-rw-r--r--toc.css5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc.css b/doc.css
index 33054b5..b85bfda 100644
--- a/doc.css
+++ b/doc.css
@@ -25,6 +25,11 @@ h1
margin: 1.6em 0 .6em -1.4em;
}
+h1.preface
+{
+ margin-left: -.56em;
+}
+
h2
{
font-weight: normal;
diff --git a/toc.css b/toc.css
index 6cad5aa..cf2a601 100644
--- a/toc.css
+++ b/toc.css
@@ -43,3 +43,8 @@ table.toc * td
padding : 0 0 0 0;
text-align : left;
}
+
+table.toc * td.preface
+{
+ padding-left : 1.35em;
+}