Template:Plainlist/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
+support for ordered lists
ExE Boss (talk | contribs)
m Merge duplicate style rules
Line 4: Line 4:
* Unbulleted lists
* Unbulleted lists
*/
*/
.plainlist ol,
.plainlist ul {
.plainlist ul {
line-height: inherit;
line-height: inherit;
Line 10: Line 11:
}
}


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

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

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

Revision as of 20:05, 16 August 2021

/* Should be kept in sync with [[MediaWiki:Common.css]] */

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

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