From fbbff22f0650a310d3c73f181458990ff9bdfec1 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Fri, 20 Jan 2012 13:17:40 -0800
Subject: [PATCH] Docx: Adjusted list spacing for less cramped number markers.

---
 src/Text/Pandoc/Writers/Docx.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs
index 358cc468f..839a9f7e5 100644
--- a/src/Text/Pandoc/Writers/Docx.hs
+++ b/src/Text/Pandoc/Writers/Docx.hs
@@ -250,7 +250,7 @@ mkLvl marker lvl =
                                          ,patternFor de ("%" ++ show (lvl + 1))
                                          ,show n)
           step = 720
-          hang = step `div` 2
+          hang = 480
           bulletFor 0 = "\8226"
           bulletFor 1 = "\9702"
           bulletFor 2 = "\8227"