Template:Plainlist/styles.css

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by ExE Boss (talk | contribs) at 20:54, 5 July 2021 (Add line breaks between CSS rules). 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;
}