12,652
editsno edit summary
(Style level up headers) |
No edit summary |
||
Line 8: | Line 8: | ||
:is(h4, h5, h6) .mw-editsection { | :is(h4, h5, h6) .mw-editsection { | ||
display: none; | display: none; | ||
} | |||
/* Trick to easily make lists with list-style: none */ | |||
/* Wrap a list in <div class="bg3wiki-list-style-none"> */ | |||
.bg3wiki-list-style-none > ul { | |||
list-style: none; | |||
} | } | ||