diff options
| author | mb21 <mb21@users.noreply.github.com> | 2017-10-31 10:32:17 +0100 |
|---|---|---|
| committer | mb21 <mb21@users.noreply.github.com> | 2017-10-31 10:40:16 +0100 |
| commit | 8d7ce0fdf0a71e8c34fb7e3bff8909884f3af3a2 (patch) | |
| tree | 103b7640bf9edfa948e0d2300df125c353d095a1 /data/epub.css | |
| parent | 3eaa6ff329b079387d70449a8236d1b83b95e3bf (diff) | |
HTML Writer: consistently use dashed class-names
see #3556
Diffstat (limited to 'data/epub.css')
| -rw-r--r-- | data/epub.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epub.css b/data/epub.css index 594a1e01e..34835ced4 100644 --- a/data/epub.css +++ b/data/epub.css @@ -12,7 +12,7 @@ h2.author { } h3.date { } ol.toc { padding: 0; margin-left: 1em; } ol.toc li { list-style-type: none; margin: 0; padding: 0; } -a.footnoteRef { vertical-align: super; } +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; } |
