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

This commit is contained in:
jenkins-bot 2017-03-07 17:51:49 +00:00 committed by Gerrit Code Review
commit 2a45e27584
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;