diff options
| author | Chris Rebert <[email protected]> | 2016-04-06 19:07:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-06 19:07:37 -0700 |
| commit | 835676b99a0dd15d5e3dd0bc925e686807c24972 (patch) | |
| tree | d38b1e166fce8978e9f3ceb9cf07526d0d0ef9e6 /docs | |
| parent | a0a157db9339b129738face06ef72c10fbe3fbf3 (diff) | |
| download | bootstrap-835676b99a0dd15d5e3dd0bc925e686807c24972.tar.xz bootstrap-835676b99a0dd15d5e3dd0bc925e686807c24972.zip | |
Update lingering implicit prose reference to `.center-block`
Closes #19339
Refs #19102, #19443, #19665
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index 86d953354..f21010f0f 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -47,7 +47,7 @@ Add classes to an `<img>` element to easily style images in any project. ## Aligning images -Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). A simple centering class can also be used for `block` level images. +Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.m-x-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering). <div class="bd-example bd-example-images"> <img data-src="holder.js/200x200" class="img-rounded pull-xs-left" alt="A generic square placeholder image with rounded corners"> |
