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:
.tost dd::after,
.test li::after {
.test li::after {
content: " · ";
content: " · ";
Line 4: Line 5:
}
}


.test dd:last-child::after,
.test li:last-child::after {
.test li:last-child::after {
content: none;
content: none;

Revision as of 20:43, 22 October 2023

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


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

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

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

.tost br:last-child::after {
	content: none;
}

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