mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-01 10:46:36 +00:00
4ae01c7f5a
A monospaced font is more suitable for writing LaTeX. Change-Id: I1a6c7bbbe3618f43808be15eab1579de8b2ad59f
11 lines
299 B
CSS
11 lines
299 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-mwExtensionInspector-input textarea {
|
|
font-family: monospace, Courier;
|
|
}
|