Template:Cslist/styles.css

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Revision as of 19:46, August 21, 2020 by Johnrdorazio (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
/* make an inline list with either comma or semicolon separators */
ul.cslist, ul.sslist {
	margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.cslist li, .sslist li {
    margin: 0;
    padding: 0 0.25em 0 0;
    display: inline-block;
}
.cslist li:after {
    content: ", ";
}
.sslist li:after {
    content: "; ";
}
.cslist li:last-child:after, .sslist li:last-child:after {
    content: none;
}