mediawiki-extensions-Math/modules/ve-math/ve.ui.MWLatexInspector.css
Thiemo Kreuz 801888d34b Use short "@license MIT" according to SPDX
Note there is not even a LICENSE.txt in this code base.

Change-Id: I3dccd4187f4a20e3f040c812c5811298794d469a
2018-04-13 16:04:06 +02:00

12 lines
326 B
CSS

/*!
* VisualEditor UserInterface MWLatexInspector styles.
*
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ui-mwLatexInspector-content .ve-ui-mwExtensionWindow-input textarea {
/* Specify a valid second value to fix size in Chrome/FF */
font-family: monospace, 'Courier';
}