Skip to content

Instantly share code, notes, and snippets.

@thom-nic
Created November 2, 2011 13:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thom-nic/1333600 to your computer and use it in GitHub Desktop.
Save thom-nic/1333600 to your computer and use it in GitHub Desktop.
Google Reader CSS tweaks
/* Collapse Google Reader iframe ad frames */
@-moz-document url-prefix(https://www.google.com/reader/),
url-prefix(http://www.google.com/reader/) {
/* Make the search bar take up less vertical space */
#top-bar { height: 44px !important; }
#search { padding: 8px 0 !important; }
/* make the 'subscribe' bar take up less vertical space */
#viewer-header, #lhn-add-subscription-section { height: 42px !important; }
/* Right panel */
/* 'Home' link vertical space */
#home-section { padding: 0.1em 0 !important; }
/* 'All Items' and 'Explore' */
.lhn-section-primary { line-height: 16px !important }
.lhn-section-primary a { padding-top: 6px !important }
#reading-list-unread-count {
line-height: 16px !important;
margin-top: 0 !important;
}
.folder .name.name-d-0 { padding-top: 3px; }
/* Highlight the currently viewed item in red */
#current-entry .card { border-color: #D14836 !important }
/* Show links in blue */
.entry-container .entry-body a { color: #4787ED !important }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment