Template:Role infobox/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
No edit summary
Aliser (talk | contribs)
flat bullet list styles moved to common css
Tag: Blanking
 
Line 1: Line 1:
/* flat bullet lists without bullets and margin */


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

Latest revision as of 13:26, 29 March 2025