Created
November 1, 2011 01:02
-
-
Save britto/1329563 to your computer and use it in GitHub Desktop.
Google Reader Tweaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#top-bar { | |
height: 40px; | |
} | |
#search { | |
padding: 5px 0; | |
} | |
#logo { | |
margin: -12px 0 0 44px; | |
} | |
#top-bar { | |
height: 40px; | |
} | |
#lhn-add-subscription-section { | |
height: 40px; | |
} | |
#lhn-add-subscription { | |
margin-top: -15px; | |
} | |
#viewer-header { | |
height: 40px; | |
} | |
#viewer-top-controls-container { | |
margin-top: -14px; | |
} | |
#entries { | |
padding-right: 0; | |
} | |
#entries.list .entry .collapsed { | |
padding: 0; | |
} | |
#entries.list .collapsed .entry-icons { | |
top: 2px; | |
} | |
#entries.list .collapsed .entry-main .entry-source-title { | |
top: 2px; | |
} | |
#entries.list .collapsed .entry-secondary { | |
top: 2px; | |
} | |
#entries.list .collapsed .entry-main .entry-original { | |
top: 5px; | |
} | |
.lhn-section-primary { | |
line-height: 25px; | |
} | |
#reading-list-unread-count { | |
line-height: 16px; | |
} | |
#recommendations-tree .lhn-section-primary { | |
height: 30px; | |
} | |
.scroll-tree li { | |
margin: 0; | |
} | |
.section-minimize { | |
top: 4px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Compact Reader | |
// @description Tweaks for the new Google Reader layout | |
// @include https://www.google.com/reader/* | |
// @resource css https://raw.github.com/gist/1329563/compact-reader.css | |
// ==/UserScript== | |
GM_addStyle(GM_getResourceText("css")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment