projects
/
objavi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
04f6d54
)
allow negative column margins so columns can be squished close together
author
Douglas Bagnall
<douglas@paradise.net.nz>
Thu, 14 Apr 2011 10:17:46 +0000 (22:17 +1200)
committer
Douglas Bagnall
<douglas@paradise.net.nz>
Thu, 14 Apr 2011 10:17:46 +0000 (22:17 +1200)
objavi/config.py
patch
|
blob
|
history
diff --git
a/objavi/config.py
b/objavi/config.py
index
bfc3f88
..
d3407cd
100644
(file)
--- a/
objavi/config.py
+++ b/
objavi/config.py
@@
-326,10
+326,10
@@
PAGE_EXTREMA = {
'page_height': (1, 1414, MM_2_POINT),
'gutter': (-1000, 1000, MM_2_POINT),
'top_margin': (0, 1500, MM_2_POINT),
- 'side_margin': (0, 1500, MM_2_POINT),
+ 'side_margin': (-500, 1500, MM_2_POINT),
'bottom_margin': (0, 1500, MM_2_POINT),
"columns": (1, 12, 1),
- "column_margin": (0, 1000, MM_2_POINT),
+ "column_margin": (-1000, 1000, MM_2_POINT),
}
PAGE_SIZE_DATA = {