diff --git a/recipes/fc_knudde.recipe b/recipes/fc_knudde.recipe index 8c80f1e949..103a777ecf 100644 --- a/recipes/fc_knudde.recipe +++ b/recipes/fc_knudde.recipe @@ -15,5 +15,6 @@ class AdvancedUserRecipe1347706704(BasicNewsRecipe): remove_tags_before = dict(id='title') remove_tags_after = dict(attrs={'class':'entry-content rich-content'}) use_embedded_content = True + extra_css = 'img{border:0;padding:0;margin:0;width:100%}' feeds = [(u'FC Knudde', u'http://www.nusport.nl/feeds/rss/fc-knudde.rss')] diff --git a/recipes/stamgasten.recipe b/recipes/stamgasten.recipe index 3c7b9cfab8..c4e2cb7ef3 100644 --- a/recipes/stamgasten.recipe +++ b/recipes/stamgasten.recipe @@ -14,5 +14,6 @@ class AdvancedUserRecipe1347706704(BasicNewsRecipe): remove_empty_feeds = True remove_tags_before = dict(id='title') remove_tags_after = dict(attrs={'class':'entry-content rich-content'}) + extra_css = 'img{border:0;padding:0;margin:0;width:100%}' feeds = [(u'Stamgasten', u'http://toonvandriel.nl/feed/')]