Arlolra has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188864

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
D modules/parsoid.styles.css
2 files changed, 0 insertions(+), 34 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/64/188864/1

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/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: newchange
Gerrit-Change-Id: I1258df12ff244ed9d95aedb2571b452942a34099
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>

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

Reply via email to