mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 11:48:23 +00:00
e2139b1657
Also update the rest of the CI world whilst we're at it. Change-Id: Iaad2867797cccb2dd0df7758e448b553859fa62c
11 lines
298 B
CSS
11 lines
298 B
CSS
/*!
|
|
* 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-mwExtensionWindow-input textarea {
|
|
font-family: monospace, 'Courier';
|
|
}
|