Skip to content

Instantly share code, notes, and snippets.

@mdnmdn
Created October 28, 2013 13:43
Show Gist options
  • Save mdnmdn/7197012 to your computer and use it in GitHub Desktop.
Save mdnmdn/7197012 to your computer and use it in GitHub Desktop.
Sharepoint 2010 hide sidebar CSS
#s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment