fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add epub debugging.
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
ramka.py
1
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3
#
4
from ..base import WLElement
5
6
7
class Ramka(WLElement):
8
HTML_TAG = "div"
9
HTML_CLASS = "ramka"
10
11
EPUB_TAG = "div"
12
EPUB_CLASS = "frame"