From 5ea1a7c8175c4e23b42d94b1eae3826c01af0b3a Mon Sep 17 00:00:00 2001 From: poire-z Date: Thu, 2 Jan 2020 14:00:59 +0100 Subject: [PATCH] Style tweaks: In-page footnotes: add some classic classnames --- frontend/ui/data/css_tweaks.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/ui/data/css_tweaks.lua b/frontend/ui/data/css_tweaks.lua index 4edab628a..67a6859d2 100644 --- a/frontend/ui/data/css_tweaks.lua +++ b/frontend/ui/data/css_tweaks.lua @@ -604,7 +604,9 @@ ol.references > li > .mw-cite-backlink { display: none; } Show footnotes with classic class names 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, .note, .note1, .ntb, .ntb-txt, .ntb-txt-j +.footnote, .footnotes, .fn, +.note, .note1, .note2, .note3, +.ntb, .ntb-txt, .ntb-txt-j { -cr-hint: footnote-inpage; margin: 0 !important; @@ -618,7 +620,9 @@ This tweak can be duplicated as a user style tweak when books contain footnotes Show footnotes with classic classname 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, .note, .note1, .ntb, .ntb-txt, .ntb-txt-j +.footnote, .footnotes, .fn, +.note, .note1, .note2, .note3, +.ntb, .ntb-txt, .ntb-txt-j { -cr-hint: footnote-inpage; margin: 0 !important;