aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-29 19:54:20 -0800
committerMark Otto <[email protected]>2015-11-29 19:54:20 -0800
commit0fa2c7c4866a4ada900a0bebd45ab8b741db6788 (patch)
tree9aca4400012f25b1fb2f5f03f70cc658da9199a9 /docs/content
parent765c5e9c07610a713a89e1664d6df539cdea44b4 (diff)
parentc68019e5d0ac1eba6cda998a0f4067809a10c443 (diff)
downloadbootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.tar.xz
bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/figures.md2
-rw-r--r--docs/content/images.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/figures.md b/docs/content/figures.md
index 7b3df8bd1..d57270518 100644
--- a/docs/content/figures.md
+++ b/docs/content/figures.md
@@ -20,6 +20,6 @@ Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl
{% example html %}
<figure class="figure">
<img data-src="holder.js/400x300" class="figure-img img-fluid img-rounded" alt="A generic square placeholder image with rounded corners in a figure.">
- <figcaption class="figure-caption text-right">A caption for the above image.</figcaption>
+ <figcaption class="figure-caption text-xs-right">A caption for the above image.</figcaption>
</figure>
{% endexample %}
diff --git a/docs/content/images.md b/docs/content/images.md
index 1f9abc982..fc37a761a 100644
--- a/docs/content/images.md
+++ b/docs/content/images.md
@@ -68,13 +68,13 @@ Align images with the [helper float classes]({{ site.baseurl }}/components/utili
{% endhighlight %}
<div class="bd-example bd-example-images">
- <div class="text-center">
+ <div class="text-xs-center">
<img data-src="holder.js/200x200" class="img-rounded" alt="A generic square placeholder image with rounded corners">
</div>
</div>
{% highlight html %}
-<div class="text-center">
+<div class="text-xs-center">
<img src="..." class="img-rounded" alt="...">
</div>
{% endhighlight %}