fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
74aef135d5665544e6e9bd04c7f762b057bba064
[librarian.git]
/
src
/
librarian
/
elements
/
headers
/
podtytul_podrozdzial.py
1
from ..base import WLElement
2
3
4
class PodtytulPodrozdzial(WLElement):
5
TXT_TOP_MARGIN = 2
6
TXT_BOTTOM_MARGIN = 2
7
8
HTML_TAG = "div"
9
HTML_CLASS = "subtitle4"