From cf8e08bf9e251e64dabd2718d7153d52207c63e9 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 8 Dec 2013 16:17:09 -0600 Subject: [PATCH] feedly: Hide "View Website" button, reduce article left-margin --- feedly.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feedly.css b/feedly.css index 44d1c2c..f23538d 100644 --- a/feedly.css +++ b/feedly.css @@ -1,7 +1,7 @@ @namespace url(http://www.w3.org/1999/xhtml); +@-moz-document domain("feedly.com") { -@-moz-document domain("cloud.feedly.com") { - -.condensed .inlineFrame { padding-left: 40px !important; } +div.u100Entry { margin-left: 20px !important; } +div.u100Entry a.websiteCallForAction { display: none !important; } } -- 2.43.0