mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix sizing of images in The Hindu
This commit is contained in:
parent
c0e7520954
commit
d2baa161c7
@ -23,7 +23,7 @@ class TheHindu(BasicNewsRecipe):
|
||||
__author__ = 'Kovid Goyal'
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
remove_attributes = ['style']
|
||||
remove_attributes = ['style', 'height', 'width']
|
||||
extra_css = '.lead-img-cont { text-align: center; } ' \
|
||||
'.lead-img-caption { font-size: small; font-style: italic; } ' \
|
||||
'.mobile-author-cont { font-size: small; text-transform: uppercase; } ' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user