MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 178: | Line 178: | ||
.wizlords-race-table .special-abilities { | .wizlords-race-table .special-abilities { | ||
min-width: 280px; | min-width: 280px; | ||
} | |||
.wizlords-race-table ul { | |||
margin: 0; | |||
padding-left: 20px; | |||
list-style: disc outside; | |||
} | |||
.wizlords-race-table li { | |||
display: list-item; | |||
margin: 0 0 3px; | |||
list-style: disc outside; | |||
} | |||
.wizlords-race-table li::marker { | |||
color: var(--wiz-text, #d2d2d2); | |||
} | } | ||