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