Skip to content

Instantly share code, notes, and snippets.

@nkbt
Last active April 8, 2018 02:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d to your computer and use it in GitHub Desktop.
Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d to your computer and use it in GitHub Desktop.
#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;
}
@nkbt
Copy link
Author

nkbt commented May 28, 2017

20170528-235114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment