diff options
| author | Gaël Poupard <[email protected]> | 2022-02-22 09:02:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-22 10:02:47 +0200 |
| commit | 37f3977e6d96e274cb73255d99e3e4ec60f03c0f (patch) | |
| tree | a2d781d8b25ae492b89fc5154ed3a7421e721129 /site/content/docs/5.1/examples | |
| parent | 0804c0043f5bae586834a9b9ef1e2301e8452794 (diff) | |
| download | bootstrap-37f3977e6d96e274cb73255d99e3e4ec60f03c0f.tar.xz bootstrap-37f3977e6d96e274cb73255d99e3e4ec60f03c0f.zip | |
Rely on `border-width` for `<hr>` size (#35491)
* fix(reboot): revert hr styles to v4 implementation
* docs(cheatsheet): add a hr example
* fix(reboot): currentColor is the initial border-color value
* Document hr element in Reboot docs
* Update migration guide
* Update scss/_variables.scss
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/content/docs/5.1/examples')
| -rw-r--r-- | site/content/docs/5.1/examples/cheatsheet-rtl/index.html | 4 | ||||
| -rw-r--r-- | site/content/docs/5.1/examples/cheatsheet/index.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html b/site/content/docs/5.1/examples/cheatsheet-rtl/index.html index 7c45f7b91..a3acea50a 100644 --- a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html +++ b/site/content/docs/5.1/examples/cheatsheet-rtl/index.html @@ -117,6 +117,10 @@ direction: rtl {{< /example >}} {{< example show_markup="false" >}} + <hr> + {{< /example >}} + + {{< example show_markup="false" >}} <blockquote class="blockquote"> <p>إقتباس مبهر، موضوع في عنصر blockquote</p> <footer class="blockquote-footer">شخص مشهور في <cite title= "عنوان المصدر"> عنوان المصدر </cite></footer> diff --git a/site/content/docs/5.1/examples/cheatsheet/index.html b/site/content/docs/5.1/examples/cheatsheet/index.html index be7259ec2..6eecad926 100644 --- a/site/content/docs/5.1/examples/cheatsheet/index.html +++ b/site/content/docs/5.1/examples/cheatsheet/index.html @@ -116,6 +116,10 @@ body_class: "bg-light" {{< /example >}} {{< example show_markup="false" >}} + <hr> + {{< /example >}} + + {{< example show_markup="false" >}} <blockquote class="blockquote"> <p>A well-known quote, contained in a blockquote element.</p> <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> |
