Skip to content

Instantly share code, notes, and snippets.

@mattboon
Created May 10, 2011 22:24
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 mattboon/965501 to your computer and use it in GitHub Desktop.
Save mattboon/965501 to your computer and use it in GitHub Desktop.
Improved Facebook CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
.ego_column, #pagelet_adbox {
display: none;
}
.fbx #globalContainer {
width: 1200px !important;
}
.hasLeftCol .hasRightCol #contentArea {
width: 693px !important;
}
.hasLeftCol #contentArea, #MessagingFrame {
width: 959px !important;
}
#contentCol {
padding-top: 30px !important;
}
#leftCol {
padding-top: 35px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment