Add mw-body-content to siteNotice
Bug: T155863 Change-Id: Id3b89933ed49b6f1395ca407ebf167ad4c55c81f
This commit is contained in:
parent
dc26d45a15
commit
9624b4f08e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class MonoBookTemplate extends BaseTemplate {
|
||||||
<?php
|
<?php
|
||||||
if ( $this->data['sitenotice'] ) {
|
if ( $this->data['sitenotice'] ) {
|
||||||
?>
|
?>
|
||||||
<div id="siteNotice"><?php
|
<div id="siteNotice" class="mw-body-content"><?php
|
||||||
$this->html( 'sitenotice' )
|
$this->html( 'sitenotice' )
|
||||||
?></div><?php
|
?></div><?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue