Template:Plainlist/styles.css: Difference between revisions

From Fallenchungus Wiki
Jump to navigation Jump to search
Created page with "* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }"
m 1 revision imported
 
(No difference)

Latest revision as of 09:42, 25 May 2025

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

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