You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
301 B
Plaintext

@import 'variables.less';
#mw-site-navigation,
#mw-related-navigation {
.column-left();
}
#mw-related-navigation > div.sidebar-chunk:first-child {
margin-top: 0;
}
#mw-content {
margin-left: @column-left-size;
overflow: auto;
}
// Redundant content category list
#catlinks {
display: none;
}