Difference between revisions of "Template:Plainlist/styles.css"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(JJR changed the content model of the page Template:Plainlist/styles.css from "wikitext" to "CSS")
Tag: content model change
(JJR changed the content model of the page Template:Plainlist/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  * Unbulleted lists
  * Unbulleted lists
  */
  */
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}

Latest revision as of 16:30, 26 February 2022

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

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