mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
13 lines
260 B
CSS
13 lines
260 B
CSS
|
/*!
|
||
|
* VisualEditor ContentEditable MediaWiki MWHieroNode styles.
|
||
|
*
|
||
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
/* ve.ce.MWHieroNode */
|
||
|
|
||
|
.ve-ce-mwHieroNode {
|
||
|
display: table;
|
||
|
}
|