Skip to content

Instantly share code, notes, and snippets.

@twidi
Created November 1, 2011 13:35
Show Gist options
  • Save twidi/1330507 to your computer and use it in GitHub Desktop.
Save twidi/1330507 to your computer and use it in GitHub Desktop.
CSS stylesheet for stylish (firefox) to remove some useless whitespace in the new google reader
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader/view/"),url-prefix("https://www.google.com/reader/view/")
{
#top-bar {
height: 28px !important;
}
#search {
padding: 0 !important;
}
#logo {
top: 0 !important;
margin: 0 !important;
}
#lhn-add-subscription-section {
height: 29px !important;
}
#lhn-add-subscription {
top: 0 !important;
margin-top: 0 !important;
}
#viewer-header {
height: 29px !important;
}
#viewer-top-controls-container {
top: 0 !important;
margin-top: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment