From cbc4305c181c0bd7b7d289ad0e8c0861f29bf71b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 8 Oct 2016 12:04:26 +0200 Subject: Handle preface style --- doc.css | 5 +++++ toc.css | 5 +++++ 2 files changed, 10 insertions(+) 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; +} -- cgit v1.1