fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Missing toc items.
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
motto.py
1
from ..base import WLElement
2
3
4
class Motto(WLElement):
5
TXT_LEGACY_TOP_MARGIN = 4
6
TXT_LEGACY_BOTTOM_MARGIN = 2
7
8
HTML_TAG = "div"
9
HTML_CLASS = "motto"