Last active
January 4, 2016 13:59
-
-
Save alea12/8631275 to your computer and use it in GitHub Desktop.
Tumblr (http://www.tumblr.com/dashboard) dashboard custom css for ROMs
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
| #right_column, | |
| #new_post, | |
| .selection_nipple, | |
| #sidebar_footer_nav { | |
| display: none; | |
| } | |
| #left_column { | |
| float: none; | |
| } | |
| div.post { | |
| width: 770px; | |
| } | |
| body, | |
| div#content, | |
| input.search_query.popover_button, | |
| input.search_query_submit, | |
| div.search_form_row { | |
| background: #333; | |
| } | |
| div.clearfix { | |
| padding-top: 0; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment