Skip to content

Instantly share code, notes, and snippets.

@kensei
Created November 1, 2011 05:52
  • Star 0 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 kensei/1330021 to your computer and use it in GitHub Desktop.
GoogleReader over CSS ChromeStylist
#search {
padding-bottom: 0px;/* 150px→0px */
padding-top: 0px;/* 150px→0px */
}
#entry-body {
padding-top:0;
}
.card {
padding-bottom:0;  padding-top:0;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0;
}
.entry {
padding-top: 1px;/* 5px→1px */
padding-bottom: 1px;/* 5px→1px */
}
#current-entry {
padding-top: 5px;/* 10px→5px */
padding-bottom: 1px;/* 5px→1px */
}
#top-bar {
height: 35px;/* 60px→35px */
}
#lhn-add-subscription-section {
height: 35px;/* 73px→30px */
}
#viewer-header {
height: 35px;/* 73px→30px */
}
#sections-header {
height: 30px;/* 73px→30px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment