From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Revision as of 04:07, May 3, 2020 by
en>Pppery
/* {{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;
}