Created
August 7, 2010 07:52
-
-
Save Superbil/512575 to your computer and use it in GitHub Desktop.
userstyle for twitter clinet
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
#side_base, | |
.elections-promotion, | |
#navigation, | |
#footer, | |
#header, | |
.content-bubble-arrow | |
{ | |
display: none !important; | |
} | |
.hentry td.status-body div, | |
#content, | |
#currently, | |
.status-body { | |
width:auto !important; | |
} | |
span.meta.entry-meta { | |
visibility: hidden !important; | |
} | |
td.status-body:hover span.meta.entry-meta { | |
visibility: visible !important; | |
} | |
#container { | |
width: auto !important; | |
margin: auto !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment