From 7e55243676a70af6eef9dd3174d83efb13a686eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Tue, 19 Feb 2013 18:07:32 +0100 Subject: [PATCH] update fronda.recipe --- recipes/fronda.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/fronda.recipe b/recipes/fronda.recipe index 6755770329..d0177b998e 100644 --- a/recipes/fronda.recipe +++ b/recipes/fronda.recipe @@ -23,7 +23,6 @@ class Fronda(BasicNewsRecipe): extra_css = ''' h1 {font-size:150%} .body {text-align:left;} - div.headline {font-weight:bold} ''' earliest_date = date.today() - timedelta(days=oldest_article) @@ -72,7 +71,7 @@ class Fronda(BasicNewsRecipe): feeds.append((genName, articles[genName])) return feeds - keep_only_tags = [ + keep_only_tags = [ dict(name='div', attrs={'class':'yui-g'}) ] @@ -84,5 +83,7 @@ class Fronda(BasicNewsRecipe): dict(name='ul', attrs={'class':'comment-list'}), dict(name='ul', attrs={'class':'category'}), dict(name='p', attrs={'id':'comments-disclaimer'}), + dict(name='div', attrs={'style':'text-align: left; margin-bottom: 15px;'}), + dict(name='div', attrs={'style':'text-align: left; margin-top: 15px;'}), dict(name='div', attrs={'id':'comment-form'}) ]