Template:Role infobox/styles.css

From Space Station 14 Wiki
/* flat bullet lists without bullets and margin */

.flat-bullet-list ul {
	/* remove margin */
	margin: 0;
}

.flat-bullet-list ul li::marker {
	/* remove bullet */
	content: '';
}