Template:Plainlist/styles.css

From The Goon Show Depository

< Template:Plainlist

Revision as of 09:34, 20 July 2022 by Kurt (talk | contribs) (1 revision imported)

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

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