From: Tony Duckles Date: Sun, 8 Dec 2013 22:17:09 +0000 (-0600) Subject: feedly: Hide "View Website" button, reduce article left-margin X-Git-Url: http://git.nynim.org/userstyles.git/commitdiff_plain feedly: Hide "View Website" button, reduce article left-margin --- 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; } }