]> Tony Duckles's Git Repositories (git.nynim.org) - userstyles.git/blob - feedly.css
feedly: Hide "View Website" button, reduce article left-margin
[userstyles.git] / feedly.css
1 @namespace url(http://www.w3.org/1999/xhtml);
2 @-moz-document domain("feedly.com") {
3
4 div.u100Entry { margin-left: 20px !important; }
5 div.u100Entry a.websiteCallForAction { display: none !important; }
6
7 }