Template:Plainlist/styles.css

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Pols12 (talk | contribs) at 16:48, 16 August 2021 (+support for ordered lists). It may differ significantly from the current version.
/* Should be kept in sync with [[MediaWiki:Common.css]] */

/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ul li {
	margin-bottom: 0;
}

.plainlist ol {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ol li {
	margin-bottom: 0;
}