Skip to content

Instantly share code, notes, and snippets.

@coleww
Created August 22, 2014 19:48
Show Gist options
  • Save coleww/820d5bb63a1518afb8d9 to your computer and use it in GitHub Desktop.
Save coleww/820d5bb63a1518afb8d9 to your computer and use it in GitHub Desktop.
Make Facebook Useable
button {
display: none;
}
a {
display: none;
}
#rightCol {
display: none;
}
#leftCol {
display: none;
}
#contentArea {
width: 100%;
}
#contentCol {
margin: 0;
}
img {
display: none;
}
#pagelet_bluebar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment