From dd2b65c387719df5168ab88e9336590929e5837d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 21 Jul 2010 12:02:10 -0600 Subject: [PATCH] Fix #6225 (built-in heise recipe) --- resources/recipes/heise.recipe | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/resources/recipes/heise.recipe b/resources/recipes/heise.recipe index 23a8068c47..9edf3774fc 100644 --- a/resources/recipes/heise.recipe +++ b/resources/recipes/heise.recipe @@ -19,6 +19,32 @@ class heiseDe(BasicNewsRecipe): max_articles_per_feed = 40 no_stylesheets = True + extra_css = ''' + .bild_links, .bild_bu_links { + float:left; + line-height:105%; + margin:12px 1.4em 12px 0; + } + + .bild_rechts, .bild_bu { + float:right; + line-height:105%; + margin:12px 0 12px 1em; + text-align:right; + } + + .bild_zentriert { + clear:both; + line-height:105%; + margin:.2em auto; + text-align:center; + } + + span.bild_links, span.bild_rechts, span.bild_zentriert { + display:block; + } + ''' + remove_tags = [dict(id='navi_top'), dict(id='navi_bottom'), dict(id='logo'),