mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Docs: quick fixes for HTML (#36395)
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
This commit is contained in:
committed by
GitHub
parent
73e45ee36c
commit
8959bf3f0b
@@ -39,13 +39,13 @@ The media queries affect screen widths with the given breakpoint *or larger*. Fo
|
||||
## Examples
|
||||
|
||||
{{< example >}}
|
||||
<div class="d-inline p-2 bg-primary text-white">d-inline</div>
|
||||
<div class="d-inline p-2 bg-dark text-white">d-inline</div>
|
||||
<div class="d-inline p-2 text-bg-primary">d-inline</div>
|
||||
<div class="d-inline p-2 text-bg-dark">d-inline</div>
|
||||
{{< /example >}}
|
||||
|
||||
{{< example >}}
|
||||
<span class="d-block p-2 bg-primary text-white">d-block</span>
|
||||
<span class="d-block p-2 bg-dark text-white">d-block</span>
|
||||
<span class="d-block p-2 text-bg-primary">d-block</span>
|
||||
<span class="d-block p-2 text-bg-dark">d-block</span>
|
||||
{{< /example >}}
|
||||
|
||||
## Hiding elements
|
||||
|
Reference in New Issue
Block a user