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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Bouquet 
refs/changes/62/365462/1

diff --git a/Bouquet.skin.php b/Bouquet.skin.php
index 884dc56..7758959 100644
--- a/Bouquet.skin.php
+++ b/Bouquet.skin.php
@@ -165,7 +165,7 @@
                                                        <?php if ( 
$this->data['undelete'] ) { ?><div id="contentSub2"><?php $this->html( 
'undelete' ) ?></div><?php } ?>
                                                </header><!-- .entry-header -->
 
-                                               <div class="entry-content 
mw-body">
+                                               <div class="entry-content 
mw-body-content">
                                                        <?php if ( 
$this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html( 
'newtalk' ) ?></div><?php } ?>
                                                        <!-- start content -->
                                                        <?php
diff --git a/skin.json b/skin.json
index b0f9082..56f8b0d 100644
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
        "name": "Bouquet",
-       "version": "1.2.8",
+       "version": "1.3.0",
        "author": [
                "[http://automattic.com Automattic]",
                "Jack Phoenix",

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

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