diff options
| author | Chris Rebert <[email protected]> | 2015-11-25 02:32:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-26 22:13:26 -0800 |
| commit | a8dc4812a49d8467e8642abb510b523a9a51cd48 (patch) | |
| tree | 7c683086aceec788e05b4e9c8825896a92a976a6 /docs/content | |
| parent | 48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff) | |
| download | bootstrap-a8dc4812a49d8467e8642abb510b523a9a51cd48.tar.xz bootstrap-a8dc4812a49d8467e8642abb510b523a9a51cd48.zip | |
Add responsive float classes; fixes #13690
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 1f9abc982..2ed58e2a0 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"> |
