fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New EPUB builder, other minor changes.
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
podtytul.py
diff --git
a/src/librarian/elements/front/podtytul.py
b/src/librarian/elements/front/podtytul.py
index
4431bc2
..
71e28a8
100644
(file)
--- a/
src/librarian/elements/front/podtytul.py
+++ b/
src/librarian/elements/front/podtytul.py
@@
-6,3
+6,7
@@
class Podtytul(HeaderElement):
TXT_LEGACY_BOTTOM_MARGIN = 1
HTML_CLASS = 'subtitle'
+
+ EPUB_TAG = 'h2'
+ EPUB_CLASS = 'insubtitle'
+