fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
32294025557194d89b3af3d8e34b5d003935bee9
[librarian.git]
/
src
/
librarian
/
elements
/
styles
/
wieksze_odstepy.py
1
from ..base import WLElement
2
3
4
class WiekszeOdstepy(WLElement):
5
TXT_PREFIX = "*"
6
TXT_SUFFIX = "*"
7
8
HTML_TAG = "em"
9
HTML_CLASS = "wieksze-odstepy"