X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..bc7e9351bc22788218e988c188defdbdfbe12fd8:/src/librarian/elements/headers/naglowek_podrozdzial.py diff --git a/src/librarian/elements/headers/naglowek_podrozdzial.py b/src/librarian/elements/headers/naglowek_podrozdzial.py index 1cea01c..ee338eb 100644 --- a/src/librarian/elements/headers/naglowek_podrozdzial.py +++ b/src/librarian/elements/headers/naglowek_podrozdzial.py @@ -2,9 +2,14 @@ from ..base import WLElement class NaglowekPodrozdzial(WLElement): + SECTION_PRECEDENCE = 3 + TXT_TOP_MARGIN = 3 TXT_BOTTOM_MARGIN = 2 TXT_LEGACY_TOP_MARGIN = 3 TXT_LEGACY_BOTTOM_MARGIN = 0 HTML_TAG = "h4" + + EPUB_TAG = "h2" + EPUB_CLASS = "h4"