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 /toc.css | |
parent | 89f92852dbdfb337dc0376b9c66b07dc725388aa (diff) |
Handle preface style
Diffstat (limited to 'toc.css')
-rw-r--r-- | toc.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,3 +43,8 @@ table.toc * td padding : 0 0 0 0; text-align : left; } + +table.toc * td.preface +{ + padding-left : 1.35em; +} |