fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a61d5bc5bdabe1946092f0c91327f06f05189ca1
[librarian.git]
/
src
/
librarian
/
elements
/
poetry
/
wers_cd.py
1
from .wers import Wers
2
3
class WersCd(Wers):
4
def _txt_build_inner(self, builder):
5
builder.push_text(' ' * 24, prepared=True)
6
super(WersCd, self)._txt_build_inner(builder)
7
8
HTML_ATTR = {
9
"style": "padding-left: 12em",
10
}