New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / poetry / wers_akap.py
index 03b8187..c0d70f4 100644 (file)
@@ -7,3 +7,7 @@ class WersAkap(Wers):
     HTML_ATTR = {
         "style": "padding-left: 1em"
     }
+
+    EPUB_ATTR = {
+        "style": "margin-left: 1em"
+    }