aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-08 03:38:34 -0800
committerChris Rebert <[email protected]>2015-12-08 03:41:51 -0800
commit85032786c3cce107d374cd74c424ace833e43caa (patch)
treedbb164bd7c40efa65e3f185bfde7116eb89a3bfc /docs/components
parent6faa260f840f3baa88080eb9f79039a45830fc6a (diff)
downloadbootstrap-85032786c3cce107d374cd74c424ace833e43caa.tar.xz
bootstrap-85032786c3cce107d374cd74c424ace833e43caa.zip
Update examples to account for #18185
[skip sauce]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/jumbotron.md2
-rw-r--r--docs/components/navbar.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md
index af12996e6..9dd3c8294 100644
--- a/docs/components/jumbotron.md
+++ b/docs/components/jumbotron.md
@@ -12,7 +12,7 @@ A lightweight, flexible component that can optionally extend the entire viewport
<div class="jumbotron">
<h1 class="display-3">Hello, world!</h1>
<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="m-y-md">
+ <hr class="m-y-2">
<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>
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 532a1d381..d5d911c1b 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -241,7 +241,7 @@ Our collapse plugin allows you to use a `<button>` or `<a>` to toggle hidden con
{% example html %}
<div class="collapse" id="exCollapsingNavbar">
- <div class="bg-inverse p-a">
+ <div class="bg-inverse p-a-1">
<h4>Collapsed content</h4>
<span class="text-muted">Toggleable via the navbar brand.</span>
</div>