diff options
| author | Julien Déramond <[email protected]> | 2023-12-22 07:14:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-22 07:14:15 +0100 |
| commit | 00317d2c764a3cd1d43e569f16a3cd96547a2db6 (patch) | |
| tree | 736dfd963177e21b3c92054a2be79bd8ecbf2043 /site | |
| parent | 240b78e2d0bec0906323b9dc4616247017b93fb5 (diff) | |
| download | bootstrap-00317d2c764a3cd1d43e569f16a3cd96547a2db6.tar.xz bootstrap-00317d2c764a3cd1d43e569f16a3cd96547a2db6.zip | |
Docs: use consistent HTML elements in Utilities > Background page (#39519)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/utilities/background.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/site/content/docs/5.3/utilities/background.md b/site/content/docs/5.3/utilities/background.md index 8f1ca5dca..1239261b4 100644 --- a/site/content/docs/5.3/utilities/background.md +++ b/site/content/docs/5.3/utilities/background.md @@ -25,9 +25,8 @@ Background utilities like `.bg-*` that generated from our original `$theme-color <div class="p-3 mb-2 bg-{{ .name }}-subtle text-{{ .name }}-emphasis">.bg-{{ .name }}-subtle</div> {{- end -}} {{< /colors.inline >}} -<p class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</p> -<p class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</p> - +<div class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</div> +<div class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</div> <div class="p-3 mb-2 bg-body text-body">.bg-body</div> <div class="p-3 mb-2 bg-black text-white">.bg-black</div> <div class="p-3 mb-2 bg-white text-dark">.bg-white</div> |
