Skip to content

Instantly share code, notes, and snippets.

@graemetait
Created August 23, 2012 15:47
Show Gist options
  • Select an option

  • Save graemetait/3437897 to your computer and use it in GitHub Desktop.

Select an option

Save graemetait/3437897 to your computer and use it in GitHub Desktop.
Remove sidebar from Bootstrap docs
javascript:$('.bs-docs-sidebar').css({'float': 'none', 'width': 'auto'}); $('.bs-docs-sidenav').css({'position': 'relative', 'top': 'auto', 'width': 'auto'}); $('.container > .row > .span9').addClass('span12').removeClass('span9');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment