mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add .footnote1 class to classic classname footnotes style tweak
These would be likely to show up after a calibre conversion. See <https://www.mobileread.com/forums/showthread.php?p=4527981#post4527981>. I'm not entirely sure to what extent it's wise to add, but we already have some equivalents after all.
This commit is contained in:
@@ -950,7 +950,8 @@ ol.references > li > .mw-cite-backlink { display: none; }
|
||||
Show footnotes with classic classnames at the bottom of pages.
|
||||
This tweak can be duplicated as a user style tweak when books contain footnotes wrapped with other class names.]]),
|
||||
css = [[
|
||||
.footnote, .footnotes, .fn,
|
||||
.footnote, .footnote1,
|
||||
.footnotes, .fn,
|
||||
.note, .note1, .note2, .note3,
|
||||
.ntb, .ntb-txt, .ntb-txt-j,
|
||||
.fnote, .fnote1,
|
||||
|
||||
Reference in New Issue
Block a user