make the top margin apply to all lists

pull/225/head
Aevann 2024-02-24 20:41:20 +02:00
parent ebcea1a808
commit eaff824309
1 changed files with 4 additions and 1 deletions

View File

@ -7714,5 +7714,8 @@ img[alt^=":"][alt*="!"][alt*="genocide"] {
td li {
font-weight: 400;
margin-top: 5px;
}
li {
margin-top: 5px !important;
}