X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/db91f942ce46e3af1420f3469a83257ef5aca4c2..8939b6a23c816660a6c5366adb03fc0345c911ed:/src/librarian/elements/separators/sekcja_swiatlo.py?ds=inline diff --git a/src/librarian/elements/separators/sekcja_swiatlo.py b/src/librarian/elements/separators/sekcja_swiatlo.py index 28ba6e5..e3ab103 100644 --- a/src/librarian/elements/separators/sekcja_swiatlo.py +++ b/src/librarian/elements/separators/sekcja_swiatlo.py @@ -1,9 +1,11 @@ +# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from ..base import WLElement class SekcjaSwiatlo(WLElement): TXT_BOTTOM_MARGIN = 6 - TXT_LEGACY_BOTTOM_MARGIN = 4 HTML_TAG = "hr" HTML_CLASS = "spacer"