Template:Plainlist/styles.css

From Fallenchungus Wiki
Revision as of 16:02, 23 May 2025 by Kaiba (talk | contribs) (Created page with "* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }")
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;
}