Template:Plainlist/styles.css: Difference between revisions

From New Prairie Wiki
Jump to navigation Jump to search
np25>Izno
add this reset from mobile.css
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
.plainlist ul li {
.plainlist ul li {
margin-bottom: 0;
margin-bottom: 0;
list-style: none;
}
}

Latest revision as of 10:09, 31 July 2025

/* {{pp-template|small=yes}} */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none;
	margin: 0;
	padding: 0; /* Reset Minerva default */
}

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