mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04: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
@ -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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user