Add DBNL footnotes styletweak (#7467)

`.voetnoten` is standard in DBNL ebooks.

A good test book can be found at <https://www.dbnl.org/tekst/veld028jnot01_01/>.
reviewable/pr7471/r1
Frans de Jonge 3 years ago committed by GitHub
parent f0f69e9a7a
commit 975e2d4b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -796,7 +796,8 @@ This tweak can be duplicated as a user style tweak when books contain footnotes
css = [[
.footnote, .footnotes, .fn,
.note, .note1, .note2, .note3,
.ntb, .ntb-txt, .ntb-txt-j
.ntb, .ntb-txt, .ntb-txt-j,
.voetnoten
{
-cr-hint: footnote-inpage;
margin: 0 !important;
@ -812,7 +813,8 @@ This tweak can be duplicated as a user style tweak when books contain footnotes
css = [[
.footnote, .footnotes, .fn,
.note, .note1, .note2, .note3,
.ntb, .ntb-txt, .ntb-txt-j
.ntb, .ntb-txt, .ntb-txt-j,
.voetnoten
{
-cr-hint: footnote-inpage;
margin: 0 !important;

Loading…
Cancel
Save