fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bugfix
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
nazwa_utworu.py
diff --git
a/src/librarian/elements/front/nazwa_utworu.py
b/src/librarian/elements/front/nazwa_utworu.py
index
55ef78b
..
376b932
100644
(file)
--- a/
src/librarian/elements/front/nazwa_utworu.py
+++ b/
src/librarian/elements/front/nazwa_utworu.py
@@
-1,3
+1,6
@@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
from .base import HeaderElement
from .base import HeaderElement
@@
-5,5
+8,7
@@
class NazwaUtworu(HeaderElement):
TXT_BOTTOM_MARGIN = 1
TXT_LEGACY_BOTTOM_MARGIN = 1
TXT_BOTTOM_MARGIN = 1
TXT_LEGACY_BOTTOM_MARGIN = 1
- HTML_TAG = 'span'
HTML_CLASS = 'title'
HTML_CLASS = 'title'
+
+ EPUB_TAG = 'h2'
+ EPUB_CLASS = 'intitle'