Plainlist/styles.css
< Template:Plainlist
Jump to navigation
Jump to search
Revision as of 11:46, 23 March 2022 by Admin (talk | contribs) (Created page with "→* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }")
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}