User:Willowisp/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
}
}


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


.test {
.test {
display: inline;
margin: 0;
padding: 0;
}
.tost br::after {
content: " · ";
font-weight: bold;
}
.tost br:last-child::after {
content: none;
}
.tost {
display: inline;
display: inline;
margin: 0;
margin: 0;
}
}

Revision as of 20:40, 22 October 2023

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

.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;
}