Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Plainlist/styles.css: Difference between revisions

Template page
CriticalRole>CaptainOfTheTidesBreath
quick indent test
 
m 1 revision imported
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Template:Plainlist */
.plainlist ol,
.plainlist ul {
.plainlist ul {
    line-height: inherit;
line-height: inherit;
    list-style: none none;
list-style: none;
    margin: 0;
margin: 0;
    padding-left: 0
}
.infobox-data .plainlist ul li {
  margin-bottom: 2px;
}
}


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

Latest revision as of 15:11, 20 May 2025

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

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