fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some reorg.
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
autor_utworu.py
1
from .base import HeaderElement
2
3
4
class AutorUtworu(HeaderElement):
5
TXT_BOTTOM_MARGIN = 2
6
TXT_LEGACY_BOTTOM_MARGIN = 2
7
8
HTML_CLASS = 'author'
9
10
def epub_build(self, builder):
11
return