From 0c6f9949cd3e4ecdc42ccc361bded44f3c2e32eb Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:18:59 +0530 Subject: [PATCH] ... --- recipes/bloomberg-business-week.recipe | 2 +- recipes/bloomberg.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/bloomberg-business-week.recipe b/recipes/bloomberg-business-week.recipe index 70dcd76418..941604dfb0 100644 --- a/recipes/bloomberg-business-week.recipe +++ b/recipes/bloomberg-business-week.recipe @@ -17,7 +17,7 @@ class Bloomberg(BasicNewsRecipe): delay = 3 # seconds extra_css = ''' #auth {font-size:small; font-weight:bold;} - #time {font-size:small;} + #time, .chart {font-size:small;} #subhead {font-style:italic; color:#404040;} .news-figure-caption-text, #cap {font-size:small; text-align:center;} .news-figure-credit {font-size:small; text-align:center; color:#202020;} diff --git a/recipes/bloomberg.recipe b/recipes/bloomberg.recipe index ec72c73443..8ac2aca586 100644 --- a/recipes/bloomberg.recipe +++ b/recipes/bloomberg.recipe @@ -18,7 +18,7 @@ class Bloomberg(BasicNewsRecipe): extra_css = ''' #auth {font-size:small; font-weight:bold;} - #time {font-size:small;} + #time, .chart {font-size:small;} #subhead {font-style:italic; color:#404040;} #cat {font-size:small; color:gray;} .news-figure-caption-text, #cap {font-size:small; text-align:center;}