mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat: remove mw-body-content from site notice
mw-body-content should only be used for article content, see T279388 for relevant discussions
This commit is contained in:
parent
906cfd88ba
commit
57405796f0
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{{#data-header}}{{>Header}}{{/data-header}}
|
{{#data-header}}{{>Header}}{{/data-header}}
|
||||||
<main class="mw-body" id="content">
|
<main class="mw-body" id="content">
|
||||||
<div id="siteNotice" class="mw-body-content">{{{html-site-notice}}}</div>
|
<div id="siteNotice">{{{html-site-notice}}}</div>
|
||||||
{{{html-newtalk}}}
|
{{{html-newtalk}}}
|
||||||
<header class="mw-body-header">
|
<header class="mw-body-header">
|
||||||
<div class="page-heading">
|
<div class="page-heading">
|
||||||
|
|
Loading…
Reference in a new issue