Template:Role infobox/styles.css

From Space Station 14 Wiki
Revision as of 10:19, 28 March 2025 by Aliser (talk | contribs) (Created page with "flat bullet lists without bullets and margin: .flat-bullet-list li::marker { remove marker: content: ''; } .flat-bullet-list { remove margin: margin: 0; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* flat bullet lists without bullets and margin */

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

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