Difference between revisions of "MediaWiki:Common.css"

From LuxCoreRender Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body-content { width: 1000px; margin-left: 0; margin-right: auto; }")
 
Line 2: Line 2:


.mw-body-content {
.mw-body-content {
     width: 1000px;
     max-width: 1000px;
     margin-left: 0;
     margin-left: 0;
     margin-right: auto;
     margin-right: auto;
}
}

Revision as of 20:15, 17 January 2018

/* CSS placed here will be applied to all skins */

.mw-body-content {
    max-width: 1000px;
    margin-left: 0;
    margin-right: auto;
}