[lcds] changement list-style

This commit is contained in:
Esenjin 2024-11-11 20:32:18 +01:00
parent 4176d38ad4
commit dd5feac64f

View File

@ -159,12 +159,12 @@ ol {
} }
ol li { ol li {
list-style: inside;
margin-bottom: 10px; margin-bottom: 10px;
} }
/* List Page */ /* List Page */
ul { ul {
list-style: none;
padding: 0; padding: 0;
} }