+# 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"