jenkins-bot has submitted this change and it was merged.

Change subject: These styles are now in core
......................................................................


These styles are now in core

 * /resources/src/mediawiki.skinning/content.parsoid.less

Change-Id: I1258df12ff244ed9d95aedb2571b452942a34099
---
M Parsoid.php
M extension.json
D modules/parsoid.styles.css
3 files changed, 0 insertions(+), 45 deletions(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Parsoid.php b/Parsoid.php
index 8a4f678..8fbc8c7 100644
--- a/Parsoid.php
+++ b/Parsoid.php
@@ -42,16 +42,6 @@
 $wgMessagesDirs['Parsoid'] = $dir . '/i18n';
 $wgExtensionMessagesFiles['Parsoid'] = $dir . '/Parsoid.i18n.php';
 
-# Name modules
-$wgResourceModules += array(
-       'ext.parsoid.styles' => array(
-               'localBasePath' => $dir . '/modules',
-               'remoteExtPath' => 'Parsoid/modules',
-               'styles' => 'parsoid.styles.css',
-               'targets' => array( 'desktop', 'mobile' ),
-       ),
-);
-
 
 // Set up default config values. Override after requiring the extension.
 
diff --git a/extension.json b/extension.json
index ffc1157..2622814 100644
--- a/extension.json
+++ b/extension.json
@@ -32,17 +32,6 @@
                "ParsoidCacheUpdateJob": "ParsoidCacheUpdateJob.php",
                "CurlMultiClient": "CurlMultiClient.php"
        },
-       "ResourceModules": {
-               "ext.parsoid.styles": {
-                       "localBasePath": "modules",
-                       "remoteExtPath": "Parsoid/modules",
-                       "styles": "parsoid.styles.css",
-                       "targets": [
-                               "desktop",
-                               "mobile"
-                       ]
-               }
-       },
        "Hooks": {
                "ArticleEditUpdates": [
                        "ParsoidHooks::onArticleEditUpdates"
diff --git a/modules/parsoid.styles.css b/modules/parsoid.styles.css
deleted file mode 100644
index fcad528..0000000
--- a/modules/parsoid.styles.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * Style Parsoid HTML output consistent with wikitext from PHP parser.
- */
-
-/**
- * References
- *
- * Parser and Extension:Cite output reference numbers for <sup>[1]</sup> for 
<ref> tags.
- *
- * Markup:
- * Cake is good<sup>[2]
- * The cake is a lie<span class="reference">[1]</span>
- *
- * Styleguide 1.1.
- */
-
-span.reference {
-       font-size: smaller;
-       line-height: normal;
-       vertical-align: super;
-       unicode-bidi: -moz-isolate;
-       unicode-bidi: -webkit-isolate;
-       unicode-bidi: isolate;
-}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1258df12ff244ed9d95aedb2571b452942a34099
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to