Difference between revisions of "Template:Plainlist/styles.css"
Jump to navigation
Jump to search
>Izno (tstyles this) |
>ExE Boss (Add leading comment) |
||
Line 1: | Line 1: | ||
/** | |||
* Unbulleted lists | |||
*/ | |||
.plainlist ul { | .plainlist ul { | ||
line-height: inherit; | |||
list-style: none none; | |||
margin: 0; | |||
} | } | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | |||
} | } |