Created
December 8, 2011 05:34
-
-
Save jhorman/1446209 to your computer and use it in GitHub Desktop.
Reddit to Hacker News
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
body { font: normal x-small verdana !important; } | |
.link { margin-bottom: 4px !important; } | |
.link .title { font: normal 10pt verdana !important; } | |
.link .flat-list { padding: 0px !important; } | |
.tagline { font: normal 7pt verdana !important; display:none !important; } | |
.link .rank { display: none; } | |
.sitetable { padding: 10px !important; margin-top: 30px !important; margin-left: 100px !important; margin-right: 100px !important; background-color: #F6F6EF } | |
.side { display: none; } | |
a:link { color: black !important; text-decoration: none !important;} | |
a:visited {color: #828282 !important;} | |
.entry .buttons li a { color: #828282 !important; font: normal 7pt verdana !important;} | |
.nextprev { margin-left: 100px !important;} | |
.expando-button { display:none;} | |
.arrow.down { display:none !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment