Created
February 10, 2012 13:09
-
-
Save adamwintle/1789592 to your computer and use it in GitHub Desktop.
Custom Styles for New Twitter
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
| /* Remove Trends & Suggestions */ | |
| .trends-inner, .user-rec-inner, .promo, .component-spacer {display: none !important;} | |
| .topics {display: none !important;} | |
| [data-component-term="trends"] * { | |
| display: none !important; | |
| } | |
| /* Remove User Recommendations */ | |
| [data-component-term="user_recommendations"] * { | |
| display: none !important; | |
| } | |
| /* Make the favourites & lists sections span the full width of the section. */ | |
| div.favorites-activity, div.lists-activity {width: 98% !important;} | |
| div.latest-favorite {width: 460px !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment