Skip to content

Instantly share code, notes, and snippets.

@bascht
Created July 19, 2011 22:06
Show Gist options
  • Save bascht/1093858 to your computer and use it in GitHub Desktop.
Save bascht/1093858 to your computer and use it in GitHub Desktop.
Clean github
$('#header .logo')
.css('display', 'none');
$('#header')
.css('height', '65px');
$('#header .userbox')
.css('float', 'left');
$('#header div.topsearch')
.css('width', '400px')
.css('float', 'right');
$('#header div.topsearch .nav')
.css('display', 'none')
$('#footer .site').empty()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment