Skip to content

Instantly share code, notes, and snippets.

@mwylde
Created November 3, 2011 03:24
Show Gist options
  • Save mwylde/1335697 to your computer and use it in GitHub Desktop.
Save mwylde/1335697 to your computer and use it in GitHub Desktop.
Better Google Reader styles
#top-bar {
display: none;
}
#viewer-header, #lhn-add-subscription-section {
height: 40px;
}
#entries.list .entry .collapsed {
padding: 2px 0;
}
#scrollable-sections, .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;
}
#title-and-status-holder {
background-color: whitesmoke;
margin-right: 0;
padding-right: 44px;
}
#home-section {
display: none;
}
#lhn-selectors {
display: none;
}
#lhn-friends {
}
#lhn-recommendations {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment