Template:Plainlist/styles.css: Difference between revisions

From LPFM Wiki
Jump to navigation Jump to search
en>ExE Boss
(Add leading comment)
(No difference)

Revision as of 13:19, 11 July 2021

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

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