diff options
| author | Chris Rebert <[email protected]> | 2015-12-13 11:57:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-13 11:57:41 -0800 |
| commit | a2c945df89462dcda9141c859f65b297522cc5c2 (patch) | |
| tree | 1b8bc3dbc98d5ede2a7516210af40acefaf3063e | |
| parent | c2b8118407800953fc954a414bf9f35b5cc8e19a (diff) | |
| parent | 1f097c73ca8e45ee498fc32d823e37b2f56c1c86 (diff) | |
| download | bootstrap-a2c945df89462dcda9141c859f65b297522cc5c2.tar.xz bootstrap-a2c945df89462dcda9141c859f65b297522cc5c2.zip | |
Merge pull request #18567 from Quy/patch-2
Fix anchor link
| -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 dad6dfdcf..e3e616de2 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/#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). A simple centering class can also be used for `block` level images. <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"> |
