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
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-29 00:17:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-29 18:21:11 +0300
commita60c595dc1214c8685af081b2f9b85b470bf32e8 (patch)
tree77a2c6e3359f9effcffabfa8d3ec0db1a72da4e5 /site
parentbe5d3de1d6e5afd26f77b42bec9ceacf2e861135 (diff)
image-replacement.md: use three dots.
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/utilities/image-replacement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/image-replacement.md b/site/docs/4.2/utilities/image-replacement.md
index ab092d67f7..9579100a4a 100644
--- a/site/docs/4.2/utilities/image-replacement.md
+++ b/site/docs/4.2/utilities/image-replacement.md
@@ -33,5 +33,5 @@ Use the `.text-hide` class to maintain the accessibility and SEO benefits of hea
</div>
{% highlight html %}
-<h1 class="text-hide" style="background-image: url('..');">Bootstrap</h1>
+<h1 class="text-hide" style="background-image: url('...');">Bootstrap</h1>
{% endhighlight %}