fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
953e7977fc34ab57737032a9ee829a97d224877e
[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
EPUB_TAG = HTML_TAG = "em"
9
EPUB_CLASS = HTML_CLASS = "wieksze-odstepy"