fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wip change fb2 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
805078e
..
edfff1f
100644
(file)
--- a/
src/librarian/elements/separators/sekcja_swiatlo.py
+++ b/
src/librarian/elements/separators/sekcja_swiatlo.py
@@
-6,7
+6,6
@@
from ..base import WLElement
class SekcjaSwiatlo(WLElement):
TXT_BOTTOM_MARGIN = 6
class SekcjaSwiatlo(WLElement):
TXT_BOTTOM_MARGIN = 6
- TXT_LEGACY_BOTTOM_MARGIN = 4
HTML_TAG = "hr"
HTML_CLASS = "spacer"
HTML_TAG = "hr"
HTML_CLASS = "spacer"
@@
-14,5
+13,9
@@
class SekcjaSwiatlo(WLElement):
EPUB_TAG = 'p'
EPUB_CLASS = 'spacer'
EPUB_TAG = 'p'
EPUB_CLASS = 'spacer'
- def
_
epub_build_inner(self, builder):
+ def epub_build_inner(self, builder):
builder.push_text("\u00a0")
builder.push_text("\u00a0")
+
+ def fb2_build(self, builder):
+ for i in range(3):
+ builder.simple_element('empty-line')