Skip to content

Instantly share code, notes, and snippets.

@azz
Created October 25, 2012 06:36
Show Gist options
  • Save azz/3950882 to your computer and use it in GitHub Desktop.
Save azz/3950882 to your computer and use it in GitHub Desktop.
Facebook CSS Tweaks
/*
* NB: This is quite buggy as FB are still changing things
* every 5 minutes...
*/
@-moz-document domain("facebook.com") {
#rightCol{
display: none;
}
.fbx #globalContainer{
width: 772px !important;
}
#jewelContainer{
position: relative;
left: -635px;
}
#navSearch{
position: relative;
left: 110px;
}
#fbNotificationsFlyout{
position: relative;
left:-200px!important;
}
.beeperNubWrapper{
position: relative;
left: -98px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment