From bc3ecb9521712327e69c83616a45b00c4a89a576 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Jun 2013 09:45:14 +0530 Subject: [PATCH] DOCX: Do not set a default indent on paragraphs --- src/calibre/ebooks/docx/styles.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/docx/styles.py b/src/calibre/ebooks/docx/styles.py index 72046ebda3..55a79e1711 100644 --- a/src/calibre/ebooks/docx/styles.py +++ b/src/calibre/ebooks/docx/styles.py @@ -400,8 +400,6 @@ class Styles(object): '''\ body { font-family: %s; font-size: %s } - p { text-indent: 1.5em } - ul, ol, p { margin: 0; padding: 0 } sup.noteref a { text-decoration: none }