From 1678136fe3f6b1cc2f92a1058d6eee66c1149a81 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 13 Jun 2014 17:40:36 +0100 Subject: [PATCH] Add in CSS file missing from RL module Change-Id: I5311157b2a443c285a4125b1e457936030da3c4b --- Math.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Math.php b/Math.php index 8acff0e69..d2b78f435 100644 --- a/Math.php +++ b/Math.php @@ -483,6 +483,9 @@ $wgResourceModules['ext.math.visualEditor'] = array( 'VisualEditor/ve.ui.MWMathInspector.js', 'VisualEditor/ve.ui.MWMathInspectorTool.js', ), + 'styles' => array( + 'VisualEditor/ve.ce.MWMathNode.css', + ), 'dependencies' => array( 'ext.visualEditor.mwcore', ),