No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 21: Line 21:
body.rootpage-Main_Page .page-heading {
body.rootpage-Main_Page .page-heading {
display: none;
display: none;
}
/* Margin is too big */
.page-heading {
margin-bottom: 0;
}
/* Force collapsed navbox headers to full width */
.content table.navbox {
display: table;
border-collapse: separate;
}
/* Add a background color to the overlay header and remove the padding */
.overlay-header {
    background-color: var(--content-background-color);
    padding-top: 0;
}
.content li {
    margin-bottom: 2px;
}
.content .mw-parser-output > h2, .content .section-heading {
    border-bottom: 1px solid #c8ccd1;
}
dl {
    margin-bottom: 5px;
}
}