Template:Plainlist/styles.css
< Template:Plainlist
Jump to navigation
Jump to search
Revision as of 15:30, 26 February 2022 by JJR (talk | contribs) (JJR changed the content model of the page Template:Plainlist/styles.css from "CSS" to "Sanitized CSS")
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}