Jump to content

Template:Cslist/styles.css: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Content deleted Content added
Adding protection template
(No difference)

Revision as of 04:07, May 3, 2020

/* {{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;
}