New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / styles / slowo_obce.py
index 537f7c6..5848aa6 100644 (file)
@@ -2,4 +2,5 @@ from ..base import WLElement
 
 
 class SlowoObce(WLElement):
-    pass
+    EPUB_TAG = HTML_TAG = 'em'
+    EPUB_CLASS = HTML_CLASS = 'foreign-word'