DOCX: Do not set a default indent on paragraphs

This commit is contained in:
Kovid Goyal 2013-06-05 09:45:14 +05:30
parent fb860f7bcf
commit bc3ecb9521

View File

@ -400,8 +400,6 @@ class Styles(object):
'''\ '''\
body { font-family: %s; font-size: %s } body { font-family: %s; font-size: %s }
p { text-indent: 1.5em }
ul, ol, p { margin: 0; padding: 0 } ul, ol, p { margin: 0; padding: 0 }
sup.noteref a { text-decoration: none } sup.noteref a { text-decoration: none }