Fix LI content numbers

I think this is more convenient. If one will call chapter.closest('.chapter') they will understand that it returns the first <li class="chapter">
This commit is contained in:
ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ 2022-02-19 00:17:37 +04:00 committed by GitHub
parent e2f9e58407
commit 16ace5ae32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ For instance:
<div class="contents"> <div class="contents">
<ul class="book"> <ul class="book">
<li class="chapter">Chapter 1</li> <li class="chapter">Chapter 1</li>
<li class="chapter">Chapter 1</li> <li class="chapter">Chapter 2</li>
</ul> </ul>
</div> </div>