Last active
April 8, 2018 02:31
-
-
Save nkbt/cf192bd0b3bdf21bc7c78697ad7c080d to your computer and use it in GitHub Desktop.
Revisions
-
nkbt revised this gist
May 28, 2017 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -39,3 +39,12 @@ body { display:none; } .uiScaledImageContainer { height: auto !important; } .uiScaledImageContainer .scaledImageFitHeight { height: inherit; width: inherit; left: 0 !important; } -
nkbt revised this gist
May 28, 2017 . 1 changed file with 13 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ #leftCol { position: fixed; } #rightCol{ @@ -24,9 +24,18 @@ margin-left: 0 !important; min-height: 1px !important; width: auto !important; left: 200px; } #contentArea { right: auto; } body { overflow-x: hidden; } [role=complementary] { display:none; } -
nkbt created this gist
May 28, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ [role=complementary] { display:none; } #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: 340px; } body { overflow-x: hidden; }