]> Tony Duckles's Git Repositories (git.nynim.org) - userstyles.git/commitdiff
feedly: Hide "View Website" button, reduce article left-margin master
authorTony Duckles <tony@nynim.org>
Sun, 8 Dec 2013 22:17:09 +0000 (16:17 -0600)
committerTony Duckles <tony@nynim.org>
Sun, 8 Dec 2013 22:17:09 +0000 (16:17 -0600)
feedly.css

index 44d1c2c7adbc420c4d9c0db2f867f70271457d1b..f23538da1e15ca89eb92d0239fc01e0df28887af 100644 (file)
@@ -1,7 +1,7 @@
 @namespace url(http://www.w3.org/1999/xhtml);
 @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; }
 
 }
 
 }