mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWBlockImageNode.css
Ed Sanders df49e5deb9 Remove remaining references to csslint
Change-Id: I1b5177bf746985a199bcc1ec713f886164c74760
2016-05-17 13:27:47 +01:00

12 lines
370 B
CSS

/*!
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
*
* @copyright 2011-2016 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 */
}