Template:Plainlist/styles.css

From A Wiki of Ice and Fire
Revision as of 11:56, 22 August 2026 by Abjiklam (talk | contribs) (Created page with ".plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ol { line-height: inherit; margin: 0; } .plainlist ul li, .plainlist...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}

.plainlist ol {
    line-height: inherit;
    margin: 0;
}

.plainlist ul li,
.plainlist ol li {
    margin-bottom: 0;
}

.infobox.plainlist li {
    text-indent: -1em;
    padding-left: 1em;
}