User:Willowisp/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
.test :last-child::after {
.test :last-child::after {
content: none;
content: none;
}
.test {
display: inline;
}
}

Revision as of 20:31, 22 October 2023

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

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

.test {
	display: inline;
}