User:Paradox-01/vector.css: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) No edit summary |
Paradox-01 (talk | contribs) m (sidebar hallo?) |
||
Line 1: | Line 1: | ||
td.diff-addedline, td.diff-deletedline, td.diff-context {font-size:90%} | td.diff-addedline, td.diff-deletedline, td.diff-context {font-size:90%} | ||
div#mw-panel | |||
{ | |||
position: fixed; | |||
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; | |||
} |
Revision as of 20:29, 17 November 2012
td.diff-addedline, td.diff-deletedline, td.diff-context {font-size:90%} div#mw-panel { position: fixed; 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; }