Skip to content

Instantly share code, notes, and snippets.

@dreamiurg
Created November 1, 2011 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamiurg/1329598 to your computer and use it in GitHub Desktop.
Save dreamiurg/1329598 to your computer and use it in GitHub Desktop.
Stylebot css to remove wasted space in Google Reader new theme
/*
before http://pix.am/ArBv/
after http://pix.am/uvye/
*/
#top-bar {
display: none;
}
#viewer-header {
display: none;
}
#lhn-add-subscription-section {
display: none;
}
div.card-actions.card-bottom {
display: none;
}
div.entry {
border-style: dotted;
border-color: #999;
margin-bottom: 15px;
border-width: 1px;
}
div.entry:hover {
border-style: solid;
}
div.card {
border-style: none;
}
#title-and-status-holder {
display: none;
}
div.entry-date {
margin-right: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment