Last active
August 29, 2015 14:04
-
-
Save jerieljan/558dd8e7869981c25586 to your computer and use it in GitHub Desktop.
Facebook - No Right Column, Collapsed Left Column
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
#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