Template:Plainlist/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
ExE Boss (talk | contribs)
m Merge duplicate style rules
m Protected "Template:Plainlist/styles.css": High-risk template or module (more info) ([Edit=Allow only autoconfirmed users] (indefinite))
(No difference)

Revision as of 18:01, 7 March 2023

/* Should be kept in sync with [[MediaWiki:Common.css]] */

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

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