Created
September 7, 2013 04:02
-
-
Save max/6472731 to your computer and use it in GitHub Desktop.
Hide inline Twitter conversations and blue lines
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
.conversation-root + * { | |
display: none; | |
} | |
.conversation-module > li:after, .conversation-module > li:before { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment