User:Willowisp/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.test ::after {
.test li::after {
content: " · ";
content: " · ";
font-weight: bold;
font-weight: bold;

Revision as of 20:36, 22 October 2023

.test li::after {
	content: " · ";
	font-weight: bold;
}

.test :last-child::after {
	content: none;
}

.test {
	display: inline;
	margin: 0;
}