Change mw-body ancestor selector to mw-body-content and add to siteNotice

Bug: T155863
Bug: T159578
Change-Id: I036d4def3f61d4a604c804c5368d74ec74883d2e
This commit is contained in:
Ed Sanders 2017-03-03 21:22:51 +00:00
parent 8a517e8dec
commit 44473d2a2b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
@import 'mediawiki.mixins.less';
// External links
.mw-body {
.mw-body-content {
.external {
background-position: center right;
background-repeat: no-repeat;