diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epub.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/epub.css b/data/epub.css index 3d9c59395..a87fff9bb 100644 --- a/data/epub.css +++ b/data/epub.css @@ -10,6 +10,8 @@ h6 { text-align: left; } h1.title { } h2.author { } h3.date { } +ol.toc { padding: 0; margin-left: 1em; } +ol.toc li { list-style-type: none; margin: 0; padding: 0; } /* For source-code highlighting */ table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; } |