diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
| commit | 548834e87f9e91c6e885d695deda55efc06dacf1 (patch) | |
| tree | 42a42157264bc0b120a3c12a20d3932f630bba90 /docs/content | |
| parent | 23d7b7fe429762847871c3ce8679922dd600e3c9 (diff) | |
| parent | a8dc4812a49d8467e8642abb510b523a9a51cd48 (diff) | |
| download | bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip | |
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/images.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index fc37a761a..937394553 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -50,13 +50,13 @@ Add classes to an `<img>` element to easily style images in any project. 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. <div class="bd-example bd-example-images"> - <img data-src="holder.js/200x200" class="img-rounded pull-left" alt="A generic square placeholder image with rounded corners"> - <img data-src="holder.js/200x200" class="img-rounded pull-right" alt="A generic square placeholder image with rounded corners"> + <img data-src="holder.js/200x200" class="img-rounded pull-xs-left" alt="A generic square placeholder image with rounded corners"> + <img data-src="holder.js/200x200" class="img-rounded pull-xs-right" alt="A generic square placeholder image with rounded corners"> </div> {% highlight html %} -<img src="..." class="img-rounded pull-left" alt="..."> -<img src="..." class="img-rounded pull-right" alt="..."> +<img src="..." class="img-rounded pull-xs-left" alt="..."> +<img src="..." class="img-rounded pull-xs-right" alt="..."> {% endhighlight %} <div class="bd-example bd-example-images"> |
