ul entries list replaced by ol

This commit is contained in:
Simounet
2022-03-13 15:43:36 +01:00
parent e700cadae3
commit 016ceb6829
5 changed files with 9 additions and 5 deletions

View File

@ -38,6 +38,10 @@
}
}
.entries {
list-style: none;
}
.collection {
margin: 5px 15px 0;
padding: 0;