Skip to content

Instantly share code, notes, and snippets.

@charlesmchen
Created October 24, 2013 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesmchen/7141549 to your computer and use it in GitHub Desktop.
Save charlesmchen/7141549 to your computer and use it in GitHub Desktop.
dotjs file to manipulate github content width.
$('div[class=container]').css({'width': '1200px'})
$('div[class^=repository-content]').css({'width': '1140px'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment