Skip to content

Instantly share code, notes, and snippets.

@swdyh
Created September 17, 2008 05:30
Show Gist options
  • Save swdyh/11198 to your computer and use it in GitHub Desktop.
Save swdyh/11198 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://twitter.com/home") {
h1#header img, div.bar {
display: none !important;
}
h1#header a:after {
content: "Twitter" !important;
font-size: 2.5em !important;
}
.info > textarea {
height: 4em !important;
}
#update-submit {
font-size: 100% !important;
}
#tabMenu {
font-size: 80% !important;
}
#message_count, #currently,
.promotion, .stats,
.user_icon, #side_ad_base {
display:none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment