Template:Plainlist/styles.css

From Ephemeral Film Wiki
< Template:Plainlist
Revision as of 15:42, 26 February 2022 by JJR (talk | contribs)
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;
}