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
/
separators
/
sekcja_swiatlo.py
diff --git a/src/librarian/elements/separators/sekcja_swiatlo.py
b/src/librarian/elements/separators/sekcja_swiatlo.py
new file mode 100644
(file)
index 0000000..
1526548
--- /dev/null
+++ b/
src/librarian/elements/separators/sekcja_swiatlo.py
@@ -0,0
+1,7
@@
+from ..base import WLElement
+
+
+class SekcjaSwiatlo(WLElement):
+ TXT_BOTTOM_MARGIN = 6
+ TXT_LEGACY_BOTTOM_MARGIN = 4
+