Created
October 25, 2012 06:36
-
-
Save azz/3950882 to your computer and use it in GitHub Desktop.
Facebook CSS Tweaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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