fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3349567da1aeff0affa30475d8cdebd6aa99f863
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
poezja_cyt.py
1
from ..base import WLElement
2
3
4
class PoezjaCyt(WLElement):
5
CAN_HAVE_TEXT = False
6
7
TXT_TOP_MARGIN = 3
8
TXT_BOTTOM_MARGIN = 3
9
TXT_LEGACY_TOP_MARGIN = 1
10
TXT_LEGACY_BOTTOM_MARGIN = 0