MediaWiki:Common.css: Difference between revisions
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; }" |
(No difference)
|
Revision as of 21:09, 17 January 2018
/* CSS placed here will be applied to all skins */
.mw-body-content {
width: 1000px;
margin-left: 0;
margin-right: auto;
}