From a51338f8f6a08b39745b2ffd751f22a840e6eae7 Mon Sep 17 00:00:00 2001 From: Sergiy Kibrik Date: Tue, 21 Oct 2014 12:07:25 +0300 Subject: [PATCH] recipes: lwn_weekly: distinguish quotes by font style Quotes and block quotes are widely used in LWN articles and distinguished from other text by quotation marks and color. Grayscale displays of ebook readers can't highlight them with color, so change text style to italic for better reading experience. Signed-off-by: Sergiy Kibrik --- recipes/lwn_weekly.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lwn_weekly.recipe b/recipes/lwn_weekly.recipe index 5fc72d8dbb..68d010857b 100644 --- a/recipes/lwn_weekly.recipe +++ b/recipes/lwn_weekly.recipe @@ -17,9 +17,9 @@ class WeeklyLWN(BasicNewsRecipe): language = 'en' site_url = u'http://lwn.net' - extra_css = 'pre,code,samp,kbd,tt { font-size: 80% }\nblockquote {margin-left:0 }\n* { color: black }\n' no_stylesheets = True remove_javascript = True + extra_css = 'pre,code,samp,kbd,tt { font-size: 80% }\nblockquote {margin-left:0 }\nDIV.BigQuote,SPAN { font-style:oblique }\n* { color: black }\n' cover_url = site_url + '/images/lcorner.png' # masthead_url = 'http://lwn.net/images/lcorner.png'