diff options
author | Vaclav Haisman <vhaisman@gmail.com> | 2017-11-03 01:21:21 +0100 |
---|---|---|
committer | Vaclav Haisman <vhaisman@gmail.com> | 2017-11-03 01:21:21 +0100 |
commit | 1089fab0835aa12b91a924913b00039e42ff7891 (patch) | |
tree | 3df0eebbf53e475125d5743f5ee331246c44ce2a /data/epub.css | |
parent | 916a80ea7685262bc4fda2565deacdcb1c6e623c (diff) | |
parent | 5dfe131ee07065dc7b68912d9a068508e29e18a4 (diff) | |
download | pandoc-1089fab0835aa12b91a924913b00039e42ff7891.tar.gz |
Merge remote-tracking branch 'upstream/master'
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; } |