Template:Plainlist/styles.css: Difference between revisions
Jump to navigation
Jump to search
mediawiki>94rain m Protected "Template:Plainlist/styles.css": Highly visible page or template: 7695 transclusions ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)) |
m 1 revision imported |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/** | /* {{pp-template|small=yes}} */ | ||
.plainlist ol, | |||
.plainlist ul { | .plainlist ul { | ||
line-height: inherit; | line-height: inherit; | ||
list-style: | list-style: none; | ||
margin: 0; | margin: 0; | ||
padding: 0; /* Reset Minerva default */ | |||
} | } | ||
.plainlist ol li, | |||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } |
Latest revision as of 02:12, 16 September 2024
/* {{pp-template|small=yes}} */ .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; /* Reset Minerva default */ } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }