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