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