Template:Plainlist/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
no longer
-comment
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/**
* Unbulleted lists
*/
.plainlist ol,
.plainlist ol,
.plainlist ul {
.plainlist ul {
line-height: inherit;
line-height: inherit;
list-style: none none;
list-style: none;
margin: 0;
margin: 0;
}
}

Latest revision as of 05:44, 13 March 2023

.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none;
	margin: 0;
}

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