Created
November 2, 2011 08:24
-
-
Save petedoyle/1333174 to your computer and use it in GitHub Desktop.
CSS Tweaks for new Google Reader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#top-bar { | |
height: auto; | |
} | |
#search { | |
padding: 8px 0; | |
} | |
#lhn-add-subscription-section { | |
height: 48px; | |
} | |
#viewer-header { | |
height: 48px; | |
} | |
#entries.list .entry .collapsed { | |
padding: 2px 0; | |
} | |
.scroll-tree li { | |
background: #fafafa; | |
} | |
#lhn-subscriptions { | |
border-right: 1px solid #f0f0f0; | |
} | |
.lhn-section, .lhn-section-primary { | |
background: #f5f5f5; | |
} | |
#entries.list .entry .entry-container { | |
padding-top: .75em; | |
padding-left: 1.25em; | |
} | |
// Optionally disable "Home", "All Items", and "Explore" (so only "Subscriptions" remains in the left-hand nav) | |
#home-section { | |
display: none; // Hide "Home" | |
} | |
#lhn-selectors { | |
display: none; // Hide "All Items" | |
} | |
#lhn-friends { | |
} | |
#lhn-recommendations { | |
display: none; // Hide "Explore" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment