Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / poetry / wers_cd.py
index 7a14938..a61d5bc 100644 (file)
@@ -4,3 +4,7 @@ class WersCd(Wers):
     def _txt_build_inner(self, builder):
         builder.push_text(' ' * 24, prepared=True)
         super(WersCd, self)._txt_build_inner(builder)
+
+    HTML_ATTR = {
+        "style": "padding-left: 12em",
+    }