Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Maxime Piton <louismaxime.piton@orange.com>2022-05-20 20:21:48 +0300
committerGitHub <noreply@github.com>2022-05-20 20:21:48 +0300
commit8959bf3f0bbaca514967661a6b721a3f065f49a9 (patch)
tree414bfe693230df5b2004547ba59b921b72a403d4 /site/content/docs/5.2/examples/blog/index.html
parent73e45ee36cf4fdb6014267ecc67ba53a8b25fdae (diff)
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
Diffstat (limited to 'site/content/docs/5.2/examples/blog/index.html')
-rw-r--r--site/content/docs/5.2/examples/blog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/examples/blog/index.html b/site/content/docs/5.2/examples/blog/index.html
index dc5339c8a2..6b60ea069f 100644
--- a/site/content/docs/5.2/examples/blog/index.html
+++ b/site/content/docs/5.2/examples/blog/index.html
@@ -44,7 +44,7 @@ include_js: false
</div>
<main class="container">
- <div class="p-4 p-md-5 mb-4 text-white rounded bg-dark">
+ <div class="p-4 p-md-5 mb-4 rounded text-bg-dark">
<div class="col-md-6 px-0">
<h1 class="display-4 fst-italic">Title of a longer featured blog post</h1>
<p class="lead my-3">Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.</p>