Created
November 1, 2011 01:28
-
-
Save dreamiurg/1329598 to your computer and use it in GitHub Desktop.
Stylebot css to remove wasted space in Google Reader new theme
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
/* | |
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