mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
840c871a97
By searching for CSS classes that don't exist in the code. In some cases the classes were used but had been renamed. Change-Id: I76442a632c18d2133cdf78c4555da149c0a7888c
11 lines
254 B
CSS
11 lines
254 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWInlineImageNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwInlineImageNode {
|
|
display: inline-block;
|
|
}
|