Template:Plainlist/styles.css: Difference between revisions

From NARA
Jump to navigation Jump to search
NARA>ExE Boss
(Add leading comment)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 18:38, 19 April 2023

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

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