mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
10 lines
240 B
CSS
10 lines
240 B
CSS
|
/*!
|
||
|
* VisualEditor ContentEditable MediaWiki MWMathNode styles.
|
||
|
*
|
||
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ce-mwMathNode {
|
||
|
display: inline-block;
|
||
|
}
|