New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / front / nazwa_utworu.py
index aa68082..4d06b47 100644 (file)
@@ -6,3 +6,6 @@ class NazwaUtworu(HeaderElement):
     TXT_LEGACY_BOTTOM_MARGIN = 1
 
     HTML_CLASS = 'title'
+
+    EPUB_TAG = 'h2'
+    EPUB_CLASS = 'intitle'