update list markers

This commit is contained in:
Gaspard Jankowiak 2024-03-22 09:57:20 +01:00
commit 56ee5c0c85
4 changed files with 137 additions and 1 deletions

View file

@ -124,7 +124,8 @@ table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.publi_table td:nth-child(2) { width: 60%; }
.publi_table td:nth-child(3) { width: 10%; }
ul { list-style-image: url('/images/bullet_dark.png'); }
ul { list-style-image: url('/images/bullet_dark.svg'); }
li ul { list-style-image: url('/images/bullet_dark_single.svg'); }
ul li { margin-left: 1em; }
ol { list-style-type: decimal; }