Created
February 16, 2014 04:32
-
-
Save chyyran/9029286 to your computer and use it in GitHub Desktop.
This file contains 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
#header{ | |
display: none; | |
} | |
#headnavcontainer{ | |
display: none; | |
} | |
#sidebar { | |
display: none !important; | |
} | |
#footer { | |
display: none; | |
} | |
#pstatsrow{ | |
display: none; | |
} | |
#maincont{ | |
float: none; | |
} | |
body{ | |
background: none transparent; | |
} | |
.plat_navi{ | |
display: none; | |
} | |
.head_navi{ | |
display:none; | |
} | |
#leftcont{ | |
display:none; | |
} | |
#content{ | |
width:100% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment