Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/figures.md')
-rw-r--r--docs/content/figures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/figures.md b/docs/content/figures.md
index b85ca8a4ac..4f90018c90 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 %}