Template:Plainlist/styles.css: Difference between revisions

From Bonkipedia
[[mw:]]>ExE Boss
(Add leading comment)
 
m (1 revision imported: Workaround and Utility Templates)
 
(No difference)

Latest revision as of 17:49, 12 November 2022

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

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