mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWBlockImageNode.css
Ed Sanders 99d3320573 build: Replace csslint with stylelint
For now just use the rules file in lib/ve, but eventually
this will be a preset.

Change-Id: I7fd79d3e1dce37aef066d416cd969e5fff1e962f
Depends-On: I17e0d23ddfedf64985495ab35d113ea08c03b1df
2016-05-16 22:30:49 +01:00

13 lines
435 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
*/
/*csslint regex-selectors:false, overqualified-elements:false */
/* Override paragraph margins inside of captions */
.ve-ce-mwBlockImageNode figcaption p {
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
}