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

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: Iad757668fac8b03fef2e766bb0ce2bfab0014569
---
M DeskMessMirrored.skin.php
M skin.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/DeskMessMirrored 
refs/changes/63/365463/1

diff --git a/DeskMessMirrored.skin.php b/DeskMessMirrored.skin.php
index ee5aee5..3bc512e 100644
--- a/DeskMessMirrored.skin.php
+++ b/DeskMessMirrored.skin.php
@@ -134,7 +134,7 @@
        <div id="maintop"></div>
        <div id="wrapper">
                <div id="content">
-                       <div id="main-blog" class="mw-body">
+                       <div id="main-blog" class="mw-body-content">
                                <div class="post hentry mw-body-primary">
                                        <?php $this->cactions(); ?>
                                        <?php if ( $this->data['sitenotice'] ) 
{ ?><div id="siteNotice"><?php $this->html( 'sitenotice' ) ?></div><?php } ?>
diff --git a/skin.json b/skin.json
index e86f4c4..b89cf27 100644
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
        "name": "Desk Mess Mirrored",
-       "version": "3.2.5",
+       "version": "3.3.0",
        "author": [
                "[http://edwardcaissie.com/ Edward Caissie]",
                "Jack Phoenix",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad757668fac8b03fef2e766bb0ce2bfab0014569
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/DeskMessMirrored
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