mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix quote element
This commit is contained in:
parent
7159dbb653
commit
c96399e117
@ -37,7 +37,7 @@ class Espresso(BasicNewsRecipe):
|
|||||||
extra_css = '''
|
extra_css = '''
|
||||||
h1 { text-align:center; }
|
h1 { text-align:center; }
|
||||||
._main-image, ._description, .sub, .calibre-nuked-tag-figcaption { text-align:center; font-size:small; }
|
._main-image, ._description, .sub, .calibre-nuked-tag-figcaption { text-align:center; font-size:small; }
|
||||||
._quote-container { font-size:x-large; font-style:italic; color:#202020; }
|
blockquote { font-size:x-large; font-style:italic; color:#202020; }
|
||||||
'''
|
'''
|
||||||
|
|
||||||
keep_only_tags = [dict(name='main', attrs={'id': 'content'})]
|
keep_only_tags = [dict(name='main', attrs={'id': 'content'})]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user