Last active
April 8, 2018 02:31
-
-
Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d 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
#leftCol { | |
position: fixed; | |
} | |
#rightCol{ | |
display:none; | |
} | |
#pagelet_sidebar { | |
display:none; | |
} | |
#pagelet_dock { | |
display:none; | |
} | |
#globalContainer#globalContainer#globalContainer#globalContainer { | |
width: 100% !important; | |
padding: 0 50px !important; | |
} | |
#contentCol { | |
float: none !important; | |
margin-left: 0 !important; | |
min-height: 1px !important; | |
width: auto !important; | |
left: 200px; | |
} | |
#contentArea { | |
right: auto; | |
} | |
body { | |
overflow-x: hidden; | |
} | |
[role=complementary] { | |
display:none; | |
} | |
.uiScaledImageContainer { | |
height: auto !important; | |
} | |
.uiScaledImageContainer .scaledImageFitHeight { | |
height: inherit; | |
width: inherit; | |
left: 0 !important; | |
} |
Author
nkbt
commented
May 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment