Skip to content

Instantly share code, notes, and snippets.

@petedoyle
Created November 2, 2011 08:24
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save petedoyle/1333174 to your computer and use it in GitHub Desktop.
CSS Tweaks for new Google Reader
#top-bar {
height: auto;
}
#search {
padding: 8px 0;
}
#lhn-add-subscription-section {
height: 48px;
}
#viewer-header {
height: 48px;
}
#entries.list .entry .collapsed {
padding: 2px 0;
}
.scroll-tree li {
background: #fafafa;
}
#lhn-subscriptions {
border-right: 1px solid #f0f0f0;
}
.lhn-section, .lhn-section-primary {
background: #f5f5f5;
}
#entries.list .entry .entry-container {
padding-top: .75em;
padding-left: 1.25em;
}
// Optionally disable "Home", "All Items", and "Explore" (so only "Subscriptions" remains in the left-hand nav)
#home-section {
display: none; // Hide "Home"
}
#lhn-selectors {
display: none; // Hide "All Items"
}
#lhn-friends {
}
#lhn-recommendations {
display: none; // Hide "Explore"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment