Template
Plainlist/styles.css
Revision as of 13:44, 23 May 2022 by Yug (talk | contribs) (Created page with "→* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }")
Revision as of 13:44, 23 May 2022 by Yug (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; }