Template:Plainlist/styles.css

From A Wiki of Ice and Fire
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;
}