Created
June 21, 2012 14:25
-
-
Save neaf/2966031 to your computer and use it in GitHub Desktop.
Clean TweetDeck to display on screen
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url("https://web.tweetdeck.com/") { | |
#nav-column, | |
#topbar { | |
display: none !important; | |
} | |
#container { | |
top: -3px; | |
} | |
.column { | |
width: 50% !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment