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 /doc.css | |
parent | 89f92852dbdfb337dc0376b9c66b07dc725388aa (diff) |
Handle preface style
Diffstat (limited to 'doc.css')
-rw-r--r-- | doc.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,11 @@ h1 margin: 1.6em 0 .6em -1.4em; } +h1.preface +{ + margin-left: -.56em; +} + h2 { font-weight: normal; |