Skip to content

Instantly share code, notes, and snippets.

@jerieljan
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerieljan/558dd8e7869981c25586 to your computer and use it in GitHub Desktop.
Save jerieljan/558dd8e7869981c25586 to your computer and use it in GitHub Desktop.
Facebook - No Right Column, Collapsed Left Column
#rightCol {
display:none !important;
}
#leftCol {
width:48px !important;
}
#leftCol:hover {
width:165px !important;
}
#contentArea {
margin-left: 20px !important;
width:675px !important;
}
._4-u2 {
margin-bottom:20px !important;
}
#blueBarNAXAnchor {
background-color:rgba(69, 97, 157,0.8) !important;
background-image:none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment