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 11:07, 28 June 2021 (Splitting from Module:List/styles.css). It may differ significantly from the current version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* 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;
}