diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:39:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:39:48 -0800 |
| commit | 45632894d9bc9204cfff4b3c97b6c2bccc8b235f (patch) | |
| tree | c359d4987ebd696b1c88f2b40330d975c7baba03 /docs/content | |
| parent | c2cf58b4a0abb66689d5f5174842562c26a6e898 (diff) | |
| parent | ade2ab13418b2c86aa47a767533e542dc6589aff (diff) | |
| download | bootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.tar.xz bootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.zip | |
Merge pull request #18317 from twbs/redundant-text-aligns-18300
Remove non-responsive text alignment classes
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/figures.md | 2 | ||||
| -rw-r--r-- | docs/content/images.md | 4 |
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 %} |
