mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 10:05:38 +01:00
Fix sizing of images in The Hindu
This commit is contained in:
parent
c0e7520954
commit
d2baa161c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue