Skip to content

Instantly share code, notes, and snippets.

@iwadon
Created December 9, 2011 02:02
Show Gist options
  • Select an option

  • Save iwadon/1449779 to your computer and use it in GitHub Desktop.

Select an option

Save iwadon/1449779 to your computer and use it in GitHub Desktop.
twitter - move sidebar to right
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.dashboard {
float: right !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment