MediaWiki:Common.css: Difference between revisions

From Pax Republica
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#mw-head {
#mw-head {
     top: 100px !important;
     top: 100px;
}
}


.mw-body {
.mw-body {
     margin-top: 100px;
     margin-top: 100px;
}
#mw-panel {
    top: 100px;
}
}

Revision as of 06:40, 25 March 2021

#mw-head {
    top: 100px;
}

.mw-body {
    margin-top: 100px;
}

#mw-panel {
    top: 100px;
}