Add mw-body-content to siteNotice

Bug: T155863
Change-Id: Id3b89933ed49b6f1395ca407ebf167ad4c55c81f
This commit is contained in:
Ed Sanders 2017-03-03 22:27:25 +00:00
parent dc26d45a15
commit 9624b4f08e

View file

@ -44,7 +44,7 @@ class MonoBookTemplate extends BaseTemplate {
<?php
if ( $this->data['sitenotice'] ) {
?>
<div id="siteNotice"><?php
<div id="siteNotice" class="mw-body-content"><?php
$this->html( 'sitenotice' )
?></div><?php
}