allow negative column margins so columns can be squished close together
authorDouglas Bagnall <douglas@paradise.net.nz>
Thu, 14 Apr 2011 10:17:46 +0000 (22:17 +1200)
committerDouglas Bagnall <douglas@paradise.net.nz>
Thu, 14 Apr 2011 10:17:46 +0000 (22:17 +1200)
objavi/config.py

index bfc3f88..d3407cd 100644 (file)
@@ -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 = {