Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / poetry / wers_akap.py
index 394684c..8d0a9dc 100644 (file)
@@ -7,9 +7,7 @@ from .wers import Wers
 class WersAkap(Wers):
     TXT_PREFIX = '  '
 
-    HTML_ATTR = {
-        "style": "padding-left: 1em"
-    }
+    HTML_CLASS = Wers.HTML_CLASS + ' verse-p'
 
     EPUB_ATTR = {
         "style": "margin-left: 1em"