SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365466 )

Change subject: Switch mw-body class to mw-body-content class
......................................................................

Switch mw-body class to mw-body-content class

This allows deprecating the mw-body class, as well as letting the core
mediawiki.skinning.content.externallinks ResourceLoader module apply it's
styles correctly. Also see If2ea04d32677e2c33a6a10213f80f472bb72f440

Bug: T170747
Change-Id: I9aa4f76c9c8b731df61a42b785dfa22b568d5d0c
---
M Dusk.skin.php
M skin.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Dusk 
refs/changes/66/365466/1

diff --git a/Dusk.skin.php b/Dusk.skin.php
index beec682..6370c08 100644
--- a/Dusk.skin.php
+++ b/Dusk.skin.php
@@ -55,7 +55,7 @@
                                <a id="contentTop"></a>
                                <?php if ( $this->data['sitenotice'] ) { ?><div 
id="siteNotice"><?php $this->html( 'sitenotice' ) ?></div><?php } ?>
                                <h1 id="firstHeading" class="firstHeading" 
lang="<?php $this->text( 'pageLanguage' ); ?>"><?php $this->html( 'title' ) 
?></h1>
-                               <div id="bodyContent" class="mw-body">
+                               <div id="bodyContent" class="mw-body-content">
                                        <h3 id="siteSub"><?php $this->msg( 
'tagline' ) ?></h3>
                                        <div id="contentSub"><?php $this->html( 
'subtitle' ) ?></div>
                                        <?php if ( $this->data['undelete'] ) { 
?><div id="contentSub"><?php $this->html( 'undelete' ) ?></div><?php } ?>
diff --git a/skin.json b/skin.json
index 82f5497..1493966 100644
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
        "name": "Dusk",
-       "version": "3.2.3",
+       "version": "3.3.0",
        "author": [
                "Gregory S. Hayes",
                "Becca Wei",

-- 
To view, visit https://gerrit.wikimedia.org/r/365466
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aa4f76c9c8b731df61a42b785dfa22b568d5d0c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Dusk
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to