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

From Space Station 14 Wiki
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; }"
 
Aliser (talk | contribs)
flat bullet list styles moved to common css
Tag: Blanking
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* flat bullet lists without bullets and margin */


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

Latest revision as of 13:26, 29 March 2025