From 25370cc0af2cb5b6241c9d99ac89159954c9d694 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Shared/Article Rendering/shared.css b/Shared/Article Rendering/shared.css index d14237442..b0626b7c9 100644 --- a/Shared/Article Rendering/shared.css +++ b/Shared/Article Rendering/shared.css @@ -266,6 +266,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;