fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New Element-based builder API (WiP).
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
poezja_cyt.py
diff --git a/src/librarian/elements/blocks/poezja_cyt.py
b/src/librarian/elements/blocks/poezja_cyt.py
new file mode 100644
(file)
index 0000000..
3349567
--- /dev/null
+++ b/
src/librarian/elements/blocks/poezja_cyt.py
@@ -0,0
+1,10
@@
+from ..base import WLElement
+
+
+class PoezjaCyt(WLElement):
+ CAN_HAVE_TEXT = False
+
+ TXT_TOP_MARGIN = 3
+ TXT_BOTTOM_MARGIN = 3
+ TXT_LEGACY_TOP_MARGIN = 1
+ TXT_LEGACY_BOTTOM_MARGIN = 0