diff options
Diffstat (limited to 'data/epub.css')
-rw-r--r-- | data/epub.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/epub.css b/data/epub.css index 34835ced4..742ea7895 100644 --- a/data/epub.css +++ b/data/epub.css @@ -10,9 +10,10 @@ 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; } +nav#toc ol, +nav#landmarks ol { padding: 0; margin-left: 1em; } +nav#toc ol li, +nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; } a.footnote-ref { vertical-align: super; } em, em em em, em em em em em { font-style: italic;} em em, em em em em { font-style: normal; } - |