Template:Plainlist/styles.css: Difference between revisions

From The Goon Show Depository
en>ExE Boss
(Add leading comment)
 
m (1 revision imported)
(No difference)

Revision as of 09:34, 20 July 2022

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

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