fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some prelim work on builder api.
[librarian.git]
/
src
/
librarian
/
elements
/
separators
/
sekcja_swiatlo.py
diff --git
a/src/librarian/elements/separators/sekcja_swiatlo.py
b/src/librarian/elements/separators/sekcja_swiatlo.py
index
7d950da
..
f7ea4a3
100644
(file)
--- a/
src/librarian/elements/separators/sekcja_swiatlo.py
+++ b/
src/librarian/elements/separators/sekcja_swiatlo.py
@@
-1,9
+1,17
@@
+# 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 WLElement
class SekcjaSwiatlo(WLElement):
TXT_BOTTOM_MARGIN = 6
from ..base import WLElement
class SekcjaSwiatlo(WLElement):
TXT_BOTTOM_MARGIN = 6
- TXT_LEGACY_BOTTOM_MARGIN = 4
HTML_TAG = "hr"
HTML_CLASS = "spacer"
HTML_TAG = "hr"
HTML_CLASS = "spacer"
+
+ EPUB_TAG = 'p'
+ EPUB_CLASS = 'spacer'
+
+ def epub_build_inner(self, builder):
+ builder.push_text("\u00a0")