fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes for rare caces.
[librarian.git]
/
src
/
librarian
/
elements
/
separators
/
sekcja_swiatlo.py
1
from ..base import WLElement
2
3
4
class SekcjaSwiatlo(WLElement):
5
TXT_BOTTOM_MARGIN = 6
6
TXT_LEGACY_BOTTOM_MARGIN = 4
7
8
HTML_TAG = "hr"
9
HTML_CLASS = "spacer"
10
11
EPUB_TAG = 'p'
12
EPUB_CLASS = 'spacer'
13
14
def _epub_build_inner(self, builder):
15
builder.push_text("\u00a0")