vault backup: 2023-05-15 09:42:13

This commit is contained in:
2023-05-15 09:42:13 +02:00
commit 91bf72fc87
565 changed files with 240938 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
ol {
counter-reset: item;
}
ol li {
display: block;
}
ol li:before {
content: counters(item, ".") ". ";
counter-increment: item;
padding-right: 5px;
}