Template:Plainlist/styles.css: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: forgot this existed...) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 18:38, 19 April 2023
/** * Unbulleted lists */ .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }