fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for comments.
[librarian.git]
/
src
/
librarian
/
elements
/
poetry
/
wers_akap.py
diff --git
a/src/librarian/elements/poetry/wers_akap.py
b/src/librarian/elements/poetry/wers_akap.py
index
03b8187
..
394684c
100644
(file)
--- a/
src/librarian/elements/poetry/wers_akap.py
+++ b/
src/librarian/elements/poetry/wers_akap.py
@@
-1,3
+1,6
@@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
from .wers import Wers
from .wers import Wers
@@
-7,3
+10,7
@@
class WersAkap(Wers):
HTML_ATTR = {
"style": "padding-left: 1em"
}
HTML_ATTR = {
"style": "padding-left: 1em"
}
+
+ EPUB_ATTR = {
+ "style": "margin-left: 1em"
+ }