Template:Plainlist/styles.css

From NARA
< Template:Plainlist
Revision as of 14:03, 19 April 2023 by Clarke (talk | contribs) (1 revision imported: forgot this existed...)
Jump to navigation Jump to search
/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

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