Created
January 26, 2015 22:10
-
-
Save jt2k/ad10b98f489b4ed5c429 to your computer and use it in GitHub Desktop.
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
$('.repository-content, .container').css('width', 'auto'); | |
$('.repository-content').css('float', 'none'); | |
$('.container').css('margin', '0px 20px'); | |
$('.repository-sidebar').hide(); | |
$('.repo-label').css('position', 'static'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment