Template:Role infobox/styles.css: Difference between revisions
From Space Station 14 Wiki
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; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* flat bullet lists without bullets and margin */ | /* flat bullet lists without bullets and margin */ | ||
.flat-bullet-list li::marker { | .flat-bullet-list ul { | ||
/* remove margin */ | |||
margin: 0; | |||
} | |||
.flat-bullet-list ul li::marker { | |||
/* remove marker */ | /* remove marker */ | ||
content: ''; | content: ''; | ||
} | } |