aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-27 22:29:33 -0800
committerMark Otto <[email protected]>2016-11-27 22:29:33 -0800
commit5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43 (patch)
tree2590d95f94a7ec3933fcf70a8acbcc31aef13fd6 /docs/content
parent1562a2db4ca973c56e8d353f98ea85bd9ef81329 (diff)
parent54908a95a87b592d81df3231823979c75917d57a (diff)
downloadbootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.tar.xz
bootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.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 b85ca8a4a..4f90018c9 100644
--- a/docs/content/figures.md
+++ b/docs/content/figures.md
@@ -21,6 +21,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 rounded" alt="A generic square placeholder image with rounded corners in a figure.">
- <figcaption class="figure-caption text-xs-right">A caption for the above image.</figcaption>
+ <figcaption class="figure-caption text-right">A caption for the above image.</figcaption>
</figure>
{% endexample %}
diff --git a/docs/content/images.md b/docs/content/images.md
index c9323bcf2..fc8cda6b4 100644
--- a/docs/content/images.md
+++ b/docs/content/images.md
@@ -65,13 +65,13 @@ Align images with the [helper float classes]({{ site.baseurl }}/utilities/respon
{% endhighlight %}
<div class="bd-example bd-example-images">
- <div class="text-xs-center">
+ <div class="text-center">
<img data-src="holder.js/200x200" class="rounded" alt="A generic square placeholder image with rounded corners">
</div>
</div>
{% highlight html %}
-<div class="text-xs-center">
+<div class="text-center">
<img src="..." class="rounded" alt="...">
</div>
{% endhighlight %}