Template:Plainlist/styles.css: Difference between revisions

From Podcrash Wiki
Jump to navigation Jump to search
NB>94rain
m (Protected "Template:Plainlist/styles.css": Highly visible page or template: 7695 transclusions ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
(No difference)

Revision as of 21:34, 28 November 2023

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

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