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:
parent
e2f9e58407
commit
16ace5ae32
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ For instance:
|
|||
<div class="contents">
|
||||
<ul class="book">
|
||||
<li class="chapter">Chapter 1</li>
|
||||
<li class="chapter">Chapter 1</li>
|
||||
<li class="chapter">Chapter 2</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue