Skip to content

Instantly share code, notes, and snippets.

@bdonlan
Created November 1, 2011 06:14
Show Gist options
  • Save bdonlan/1330043 to your computer and use it in GitHub Desktop.
Save bdonlan/1330043 to your computer and use it in GitHub Desktop.
/* Google Reader CSS Fix */
#entries.list .entry .collapsed {
padding: 0 ;
}
#entries.list .collapsed .entry-icons {
top: 0 ;
}
#entries.list .collapsed .entry-secondary {
top: 0 ;
}
#entries.list .collapsed .entry-main .entry-source-title {
top: 0 ;
}
#entries.list .collapsed .entry-main .entry-original {
top: 4px ;
}
.scroll-tree li {
margin: -1px 0px ;
zoom: 0 ;
}
.folder .folder .name-text {
max-width: 170px ;
}
#lhn-add-subscription-section {
height: 40px ;
}
#viewer-header {
height: 40px ;
}
#nav {
margin: 0px -20px ;
width: 284px ;
/* orig 264px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment