MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #content { max-width: 800px; →Or any value you prefer: margin: 0 auto; }") |
No edit summary Tag: Manual revert |
(4 intermediate revisions by the same user not shown) | |
(No difference)
|
Latest revision as of 21:37, 13 July 2023
/* CSS placed here will be applied to all skins */ #content { max-width: 800px; /* Or any value you prefer */ margin: 0 auto; }