User:Willowisp/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with ".test ::after { content: " · "; }")
 
No edit summary
Line 1: Line 1:
.test ::after {
.test ::after {
content: " · ";
content: " · ";
}
.test :last-child::after {
content: none;
}
}

Revision as of 20:28, 22 October 2023

.test ::after {
	content: " · ";
}

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