MediaWiki:Minerva.css: Difference between revisions

m bugfix - attempt
Connecting the template
Line 122: Line 122:
     padding-bottom: 1em;
     padding-bottom: 1em;
     box-shadow: 5px 5px 1px #0003;
     box-shadow: 5px 5px 1px #0003;
}
.mw-body-content {
    margin-top: 0em;
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mw-heading-holder {
    border-bottom-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
}