In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "User:Theoduino/common.css"

From WiiUBrew
Jump to navigation Jump to search
(Created page with "→‎Fix sidebar: div#mw-panel { position: fixed; overflow: auto; top: 100px; bottom: 0px; height: 100%; →‎Prevent content overlay when sidewards scrolling: bac...")
 
(Blanked the page)
 
Line 1: Line 1:
/* Fix sidebar */
+
 
div#mw-panel { position: fixed;
 
  overflow: auto;
 
  top: 100px;
 
  bottom: 0px;
 
  height: 100%;
 
  /* Prevent content overlay when sidewards scrolling */
 
  background-color: #F6F6F6;
 
  border-right: 1px solid #A7D7F9;
 
}
 
/* Prevent sidewards scrolling in pre elements */
 
pre {
 
  overflow: auto;
 
  max-height: 25em;
 
}
 

Latest revision as of 04:20, 12 August 2015