Template:Plainlist/styles.css

From Not a Wiki
Revision as of 08:32, 19 May 2023 by Fifo F (talk | contribs) (1 revision imported: Might be useful)
/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

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