MOBI Input: Treat blockquote as having left margin of 1.0em instead of 1.25em

This commit is contained in:
Kovid Goyal 2010-10-01 04:28:10 -06:00
parent 8062c04b81
commit b95079ec8c

View File

@ -234,7 +234,7 @@ class MobiReader(object):
self.debug = debug
self.embedded_mi = None
self.base_css_rules = textwrap.dedent('''
blockquote { margin: 0em 0em 0em 1.25em; text-align: justify }
blockquote { margin: 0em 0em 0em 1em; text-align: justify }
p { margin: 0em; text-align: justify }