Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created December 2, 2009 05:49
Show Gist options
  • Save wtnabe/246982 to your computer and use it in GitHub Desktop.
Save wtnabe/246982 to your computer and use it in GitHub Desktop.
A user css for twitter since 2009-12-02
@-moz-document url-prefix("http://twitter.com/") {
body {
font-size: x-small !important;
}
div#new_results_notification {
display: none !important;
}
ol.statuses {
font-size: small !important;
}
li.status {
line-height: 1.2 !important;
padding: .5em 0 !important;
}
.status-body {
width: 445px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment