Template:Plainlist/styles.css: Difference between revisions
Jump to navigation
Jump to search
NARA>Izno (add this reset from mobile.css) |
m (1 revision imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* | /** | ||
* Unbulleted lists | |||
*/ | |||
.plainlist ul { | .plainlist ul { | ||
line-height: inherit; | line-height: inherit; | ||
list-style: none; | list-style: none none; | ||
margin: 0; | margin: 0; | ||
} | } | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } |
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; }