Some prelim work on builder api.
[librarian.git] / src / librarian / elements / separators / sekcja_swiatlo.py
index 805078e..f7ea4a3 100644 (file)
@@ -6,7 +6,6 @@ from ..base import WLElement
 
 class SekcjaSwiatlo(WLElement):
     TXT_BOTTOM_MARGIN = 6
-    TXT_LEGACY_BOTTOM_MARGIN = 4
 
     HTML_TAG = "hr"
     HTML_CLASS = "spacer"
@@ -14,5 +13,5 @@ class SekcjaSwiatlo(WLElement):
     EPUB_TAG = 'p'
     EPUB_CLASS = 'spacer'
 
-    def _epub_build_inner(self, builder):
+    def epub_build_inner(self, builder):
         builder.push_text("\u00a0")