Created
August 22, 2014 19:48
-
-
Save coleww/820d5bb63a1518afb8d9 to your computer and use it in GitHub Desktop.
Make Facebook Useable
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
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