mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Footnote popups/in-page: support type/role=endnote
This commit is contained in:
2
base
2
base
Submodule base updated: 3e006501df...1b9094bde3
@@ -729,9 +729,11 @@ This only works with footnotes that have specific attributes set by the publishe
|
||||
-- Restrict this to non-FB2 documents, as FB2 can have <a type="note">
|
||||
css = [[
|
||||
*[type~="note"],
|
||||
*[type~="endnote"],
|
||||
*[type~="footnote"],
|
||||
*[type~="rearnote"],
|
||||
*[role~="doc-note"],
|
||||
*[role~="doc-endnote"],
|
||||
*[role~="doc-footnote"],
|
||||
*[role~="doc-rearnote"]
|
||||
{
|
||||
@@ -751,9 +753,11 @@ This only works with footnotes that have specific attributes set by the publishe
|
||||
-- and we don't want to have them smaller
|
||||
css = [[
|
||||
*[type~="note"],
|
||||
*[type~="endnote"],
|
||||
*[type~="footnote"],
|
||||
*[type~="rearnote"],
|
||||
*[role~="doc-note"],
|
||||
*[role~="doc-endnote"],
|
||||
*[role~="doc-footnote"],
|
||||
*[role~="doc-rearnote"]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user