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/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-03-31 23:55:40 +0300
committerMark Otto <markdotto@gmail.com>2018-03-31 23:55:40 +0300
commitcf7136364991378dfd7f076e28bb2b945a9b5f5f (patch)
tree55e4fcf8aabecf88e623c433779ae5aa96612bf0 /docs
parent902788efc4b7719e8206ac9c3f574f57a4c682de (diff)
fixes #25918
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/jumbotron.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/4.0/components/jumbotron.md b/docs/4.0/components/jumbotron.md
index 451798de8c..c146215653 100644
--- a/docs/4.0/components/jumbotron.md
+++ b/docs/4.0/components/jumbotron.md
@@ -13,9 +13,7 @@ A lightweight, flexible component that can optionally extend the entire viewport
<p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<hr class="my-4">
<p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
- <p class="lead">
- <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
- </p>
+ <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</div>
{% endcapture %}
{% include example.html content=example %}