diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-08 12:04:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-08 12:04:26 +0200 |
commit | cbc4305c181c0bd7b7d289ad0e8c0861f29bf71b (patch) | |
tree | e9e6bea550d12246ea25da0fa9214b7aff93d3de | |
parent | 89f92852dbdfb337dc0376b9c66b07dc725388aa (diff) |
Handle preface style
-rw-r--r-- | doc.css | 5 | ||||
-rw-r--r-- | toc.css | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -25,6 +25,11 @@ h1 margin: 1.6em 0 .6em -1.4em; } +h1.preface +{ + margin-left: -.56em; +} + h2 { font-weight: normal; @@ -43,3 +43,8 @@ table.toc * td padding : 0 0 0 0; text-align : left; } + +table.toc * td.preface +{ + padding-left : 1.35em; +} |