Changes

Jump to navigation Jump to search

MediaWiki:Common.css

302 bytes added, 14:01, 9 October 2019
Move TOC to the right
/* Make table of contents always visible to the right, if width is big enough*/
@media screen and (min-width: 800px) {
#toc {
float: right;
position: fixed;
top: 150px;

margin: 0 0 1em 1em;
right: 2em;
width: 20em;
}

#mw-content-text {
padding-right: 22em;
}
}

Navigation menu