mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
f4de32e56c
Makes calculating shields much easier. Change-Id: Icf61b4bf6df7f7cc4a9650e8da972eca369cadf2
13 lines
279 B
CSS
13 lines
279 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 .mw-hiero-outer {
|
|
display: inline-block;
|
|
}
|