Template:Plainlist/styles.css

From Bonkipedia
< Template:Plainlist
Revision as of 17:49, 12 November 2022 by ManfredoDo (talk | contribs) (1 revision imported: Workaround and Utility Templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

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