mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
aeca5a8253
This icon is now added by Parsoid content CSS. Bug: T160960 Depends-On: Id66f09c54103854ccbaa54a03e7c62890b67cba9 Change-Id: I8d76d759641b091c1821ff658b1201ca625fd146
12 lines
372 B
CSS
12 lines
372 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
*
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* Override paragraph margins inside of captions */
|
|
.ve-ce-mwBlockImageNode > figcaption p {
|
|
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
}
|