(Created page with "→* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }") |
(No difference)
|
Revision as of 17:09, 11 May 2023
/**
* Unbulleted lists */
.plainlist ul { line-height: inherit; list-style: none none; margin: 0; }
.plainlist ul li { margin-bottom: 0; }