mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 06:16:22 +01:00
MOBI Input: Treat blockquote as having left margin of 1.0em instead of 1.25em
This commit is contained in:
parent
8062c04b81
commit
b95079ec8c
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ def __init__(self, filename_or_stream, log, user_encoding=None, debug=None,
|
|||
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 }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue