Created
January 30, 2009 16:39
-
-
Save stevestreza/55131 to your computer and use it in GitHub Desktop.
Create a Fluid app for *twitter.com/* and add this user style
This file contains 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
div#container, table#timeline, td.status-body > div{ | |
width: 100% !important; | |
} | |
div.wrapper{ | |
padding-left: 0px !important; | |
padding-right: 0px !important; | |
} | |
tr.status > td{ | |
border-bottom-style: solid !important; | |
border-bottom-color: #444 !important; | |
padding: 0px !important; | |
} | |
form#doingForm{ | |
position: absolute !important; | |
left: 0px !important; | |
top:0px !important; | |
} | |
div#navigation, td.column#side_base{ | |
display: none !important; | |
} | |
div.tab{ | |
margin-top: 60px !important; | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
div#footer{ | |
display: none !important; | |
} | |
table.columns{ | |
margin-bottom: -16px !important; | |
} | |
td.thumb{ | |
padding: 0px !important; | |
vertical-align: middle !important; | |
} | |
*{ | |
font-family: Helvetica !important; | |
background-color: black !important; | |
color: white !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment