Skip to content

Instantly share code, notes, and snippets.

@aquilax
Created November 1, 2011 04:21
Show Gist options
  • Save aquilax/1329929 to your computer and use it in GitHub Desktop.
Save aquilax/1329929 to your computer and use it in GitHub Desktop.
New Google Reader minimizer
#top-bar, #gb{
display: none;
}
#lhn-add-subscription-section, #viewer-header {
height: 40px;
}
a.entry-source-title {
color: #12C;
}
a.entry-title-link {
color: #12C;
text-decoration: underline;
}
div.card-actions.card-bottom {
padding: 1px;
border: none;
}
#title-and-status-holder {
padding: 0;
color: #DD4B39;
}
div.card.card-common {
border: 1px solid silver;
padding: .2em 1em;
}
#entries {
padding: 2px;
}
#current-entry div.card.card-common{
border: 1px solid #00F;
border-bottom-width: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment