##How to use
- Install Chrome Extension My Style: https://chrome.google.com/webstore/detail/my-style/ljdhjpmbnkbengahefamnhmegbdifhlb/
- Push Ctrl+M in Facebook
- paste this CSS
##How to use
/* | |
* Simpler Facebook | |
* Made by: Didik Wicaksono | |
* Twitter: @did1k | |
*/ | |
#rightCol { | |
display: none; | |
} | |
.hasLeftCol .homeWiderContent div#contentArea { | |
padding-left: 18px; | |
padding-right: 25px; | |
width: 781px; | |
} | |
body, button, input, label, select, td, textarea { | |
font-family: 'Helvetica Neue', Helvetica, 'lucida grande',tahoma,verdana,arial,sans-serif; | |
font-weight: 400; | |
font-size: 12px; | |
line-height: 120%; | |
} | |
._s0, | |
._rw, | |
._rx { | |
-moz-border-radius: 50%; | |
-webkit-border-radius: 50%; | |
border-radius: 50%; | |
box-shadow: 0 0 1px 1px rgba(0,0,0,0.2); | |
} | |
.uiStreamStory:nth-child(2n) { | |
background: #fafafa; | |
} | |
.stat_elem { | |
padding-right: 15px; | |
} | |
button._11b { | |
border-radius: 3px; | |
} |