forked from rDrama/rDrama
1
0
Fork 0

make the top margin apply to all lists

master
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;
}