From 707828a9acd6b5a671e8386065ec9eb57eb957c3 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 27 Jul 2021 13:37:31 -0500 Subject: [PATCH] Hide Daring Fireball's external link --- Shared/Article Rendering/shared.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Shared/Article Rendering/shared.css b/Shared/Article Rendering/shared.css index 7f4c6a255..713924ce3 100644 --- a/Shared/Article Rendering/shared.css +++ b/Shared/Article Rendering/shared.css @@ -272,7 +272,14 @@ blockquote { border-top: 1px solid var(--header-table-border-color); } +/* Hide the external link at the bottom of Daring Fireball posts */ + +.x-netnewswire-hide { + display: none; +} + /* see removeWpSmiley; this rule is kept in case a wp-smiley is encountered without alt text */ + .wp-smiley { height: 1em; max-height: 1em;