X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0ad20be3eadf8dbba51d95c9ca3bfc97825d44c6..55fbc767e5592cad565cff0d16b9638d01b6706f:/src/librarian/elements/poetry/wers_srodek.py diff --git a/src/librarian/elements/poetry/wers_srodek.py b/src/librarian/elements/poetry/wers_srodek.py index 2e95db3..eaef5c9 100644 --- a/src/librarian/elements/poetry/wers_srodek.py +++ b/src/librarian/elements/poetry/wers_srodek.py @@ -1,9 +1,14 @@ +# 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 class WersSrodek(Wers): TXT_PREFIX = ' ' - EPUB_ATTR = HTML_ATTR = { + HTML_CLASS = Wers.HTML_CLASS + ' verse-center' + + EPUB_ATTR = { "style": "text-align: center", }