From 7dd1b8b93d8280f2947b7d97671006d394c1ec7d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Nov 2009 08:37:18 -0700 Subject: [PATCH] Fix #3987 (Barrons.com is not properly parsed anymore) --- resources/recipes/barrons.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/recipes/barrons.recipe b/resources/recipes/barrons.recipe index e7df57c704..8106243cc0 100644 --- a/resources/recipes/barrons.recipe +++ b/resources/recipes/barrons.recipe @@ -30,13 +30,13 @@ class Barrons(BasicNewsRecipe): oldest_article = 7 extra_css = ''' - .datestamp{color:#666666; font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;} - h3{color:#FF0000; font-family:Georgia,"Times New Roman",Times,serif; } + .datestamp{font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;} + h3{font-family:Georgia,"Times New Roman",Times,serif; } h2{font-family:Georgia,"Times New Roman",Times,serif; } h1{ font-family:Georgia,"Times New Roman",Times,serif; } - .byline{color:#AAAAAA; font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;} - .subhead{color:#666666; font-family:Georgia,"Times New Roman",Times,serif; font-size: small;} - .articlePage{ font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;color:#333333;} + .byline{font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;} + .subhead{font-family:Georgia,"Times New Roman",Times,serif; font-size: small;} + .articlePage{ font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;} .insettipUnit{font-size: x-small;} ''' remove_tags = [