Template:Plainlist/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
m Protected "Template:Plainlist/styles.css": High-risk template or module (more info) ([Edit=Allow only autoconfirmed users] (indefinite))
-comment
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Should be kept in sync with [[MediaWiki:Common.css]] */

/**
* 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;
}