mirror of https://github.com/twbs/bootstrap.git
Examples: use `<main>` in Cheatsheet examples (#40577)
This commit is contained in:
parent
d2d4581790
commit
008bc237c4
|
@ -71,7 +71,7 @@ direction: rtl
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
<div class="bd-cheatsheet container-fluid bg-body">
|
<main class="bd-cheatsheet container-fluid bg-body">
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">المحتوى</h2>
|
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">المحتوى</h2>
|
||||||
|
|
||||||
|
@ -1538,7 +1538,7 @@ direction: rtl
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</main>
|
||||||
|
|
||||||
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
|
|
|
@ -70,7 +70,7 @@ body_class: "bg-body-tertiary"
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
<div class="bd-cheatsheet container-fluid bg-body">
|
<main class="bd-cheatsheet container-fluid bg-body">
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">Contents</h2>
|
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">Contents</h2>
|
||||||
|
|
||||||
|
@ -1534,7 +1534,7 @@ body_class: "bg-body-tertiary"
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</main>
|
||||||
|
|
||||||
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
<div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
|
|
Loading…
Reference in New Issue