Benutzer:8023/common.css: Unterschied zwischen den Versionen
Aus ThinkPad-Wiki
8023 (Diskussion | Beiträge) (Die Seite wurde geleert.) |
8023 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Fix sidebar */ | |||
div#mw-panel { position: fixed; | |||
overflow: auto; | |||
top: 0px; | |||
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; | |||
} |
Version vom 28. Januar 2012, 23:28 Uhr
/* Fix sidebar */
div#mw-panel { position: fixed;
overflow: auto;
top: 0px;
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;
}