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.

36 lines
516 B
Plaintext

@import 'variables.less';
#mw-content-block {
clear: both;
}
#mw-site-navigation,
#mw-related-navigation {
.column-left();
display: block;
width: @column-left-size;
position: relative;
}
#mw-related-navigation > div.sidebar-chunk:first-child {
margin-top: 0;
}
#mw-content-wrapper {
float: right;
margin-left: -@column-left-size;
width: 100%;
}
#mw-content {
margin-left: @column-left-size;
}
// Redundant content category list
#catlinks {
display: none;
}
.color-right {
background: @blue-dark;
}