Template:Plainlist/styles.css: Difference between revisions

From NARA
Jump to navigation Jump to search
NARA>Izno
(add this reset from mobile.css)
m (1 revision imported: forgot this existed...)
Line 1: Line 1:
/* {{pp-template|small=yes}} */
/**
.plainlist ol,
* Unbulleted lists
*/
.plainlist ul {
.plainlist ul {
line-height: inherit;
line-height: inherit;
list-style: none;
list-style: none none;
margin: 0;
margin: 0;
padding: 0; /* Reset Minerva default */
}
}


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

Revision as of 14:03, 19 April 2023

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

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