Template:Plainlist/styles.css: Difference between revisions

From Campaigns
Jump to navigation Jump to search
Add leading comment
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:44, 3 November 2021

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

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