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.
25 lines
344 B
Plaintext
25 lines
344 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;
|
|
}
|
|
|
|
.color-right {
|
|
background: @blue-dark;
|
|
}
|