mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Merge "Make main code input area monospaced"
This commit is contained in:
commit
ff4297026c
1
Math.php
1
Math.php
|
@ -514,6 +514,7 @@ $wgResourceModules['ext.math.visualEditor'] = array(
|
|||
),
|
||||
'styles' => array(
|
||||
'VisualEditor/ve.ui.MWMathIcons.css',
|
||||
'VisualEditor/ve.ui.MWMathInspector.css',
|
||||
),
|
||||
'dependencies' => array(
|
||||
'ext.visualEditor.mwcore',
|
||||
|
|
10
modules/VisualEditor/ve.ui.MWMathInspector.css
Normal file
10
modules/VisualEditor/ve.ui.MWMathInspector.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*!
|
||||
* VisualEditor UserInterface MWMathInspector styles.
|
||||
*
|
||||
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-mwMathInspector-content .ve-ui-mwExtensionInspector-input textarea {
|
||||
font-family: monospace, Courier;
|
||||
}
|
Loading…
Reference in a new issue