Merge branch 'main' into tour
- we need to do this because of conflicting migrations
This commit is contained in:
commit
17dc5e7eb1
71 changed files with 7456 additions and 1373 deletions
|
@ -6,11 +6,11 @@ ol.ordered-list {
|
|||
counter-reset: list-counter;
|
||||
}
|
||||
|
||||
ol.ordered-list li {
|
||||
ol.ordered-list > li {
|
||||
counter-increment: list-counter;
|
||||
}
|
||||
|
||||
ol.ordered-list li::before {
|
||||
ol.ordered-list > li::before {
|
||||
content: counter(list-counter);
|
||||
position: absolute;
|
||||
left: -20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue