Created
September 20, 2018 09:54
-
-
Save futurefabric/d1b68f6f69154b146e4c602457b9e941 to your computer and use it in GitHub Desktop.
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
.Trends { | |
display: none; | |
} | |
.dashboard.dashboard-right { | |
display: none; | |
} | |
li.moments.js-moments-tab { | |
display: none; | |
} | |
a.DashboardProfileCard-bg.u-bgUserColor.u-block { | |
background-color: #ffffff ; | |
} | |
.DashboardProfileCard { | |
margin-top: -60px; | |
} | |
body { | |
background-color: #fff; | |
} | |
.Icon:after, .Icon:before { | |
display: none; | |
} | |
form#global-nav-search { | |
display: none; | |
} | |
.dashboard.dashboard-left { | |
display: none; | |
} | |
div#timeline { | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment