From cb2f3f224c3a9affc36875bb1ab3100a323df7e4 Mon Sep 17 00:00:00 2001 From: Sophist <3001893+Sophist-UK@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:11:44 +0100 Subject: [PATCH] Remove obsolete commented code --- recipes/private_eye.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index 936c675614..0a185435c8 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -190,7 +190,6 @@ class PrivateEyeRecipe(BasicNewsRecipe): '#content img.gnitty-right {float: none; width: 160px;}', '#content #story > div[align=right] > img:first-child {float: none; width: 15px;}', '#content #story > img:first-child {float: none; height: 100px; width: none; minimum-width: none;}', - #'#content #block-sections img {float: none; width: 100%;}', '#content #block-sections img {float: none; width: none;}', '#content #block-sections img.photo-right {float: right; width: 25%; min-width:120px; margin-left: 15px;}', '#content #block-sections > p:last-child > img:first-child {float: none; width: 120px;}',