Skip to content

Commit

Permalink
Merge pull request #18567 from Quy/patch-2
Browse files Browse the repository at this point in the history
Fix anchor link
  • Loading branch information
cvrebert committed Dec 13, 2015
2 parents c2b8118 + 1f097c7 commit a2c945d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit a2c945d

Please sign in to comment.