Skip to content

Instantly share code, notes, and snippets.

@max
Created September 7, 2013 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save max/6472731 to your computer and use it in GitHub Desktop.
Save max/6472731 to your computer and use it in GitHub Desktop.
Hide inline Twitter conversations and blue lines
.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