Template:Plainlist/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
ExE Boss (talk | contribs)
Splitting from Module:List/styles.css
 
-comment
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
.plainlist ol,
/* Should be kept in sync with [[MediaWiki:Common.css]] */

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

.plainlist ol li,
.plainlist ul li {
.plainlist ul li {
margin-bottom: 0;
margin-bottom: 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;
}