fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c660583a66567db29ec63458b5be225cca529ee5
[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
11
12
HTML_TAG = 'blockquote'