diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 03:38:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 03:41:51 -0800 |
| commit | 85032786c3cce107d374cd74c424ace833e43caa (patch) | |
| tree | dbb164bd7c40efa65e3f185bfde7116eb89a3bfc /docs/examples | |
| parent | 6faa260f840f3baa88080eb9f79039a45830fc6a (diff) | |
| download | bootstrap-85032786c3cce107d374cd74c424ace833e43caa.tar.xz bootstrap-85032786c3cce107d374cd74c424ace833e43caa.zip | |
Update examples to account for #18185
[skip sauce]
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/navbar-top-fixed/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar-top/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/sticky-footer/index.html | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index 58640e914..bf4eeccdf 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -21,7 +21,7 @@ <div class="pos-f-t"> <div class="collapse" id="navbar-header"> - <div class="container-fluid bg-inverse p-a"> + <div class="container-fluid bg-inverse p-a-1"> <h3>Collapsed content</h3> <p>Toggleable via the navbar brand.</p> </div> diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index f89e1e412..322c65684 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -20,12 +20,12 @@ <body> <div class="collapse" id="navbar-header"> - <div class="container-fluid bg-inverse p-a"> + <div class="container-fluid bg-inverse p-a-1"> <h3>Collapsed content</h3> <p>Toggleable via the navbar brand.</p> </div> </div> - <div class="navbar navbar-light bg-faded navbar-static-top m-b"> + <div class="navbar navbar-light bg-faded navbar-static-top m-b-1"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-header"> ☰ </button> diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index be7722696..a92dd2003 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -23,7 +23,7 @@ <!-- Fixed navbar --> <div class="pos-f-t"> <div class="collapse" id="navbar-header"> - <div class="container bg-inverse p-a"> + <div class="container bg-inverse p-a-1"> <h3>Collapsed content</h3> <p>Toggleable via the navbar brand.</p> </div> @@ -56,7 +56,7 @@ <!-- Begin page content --> <div class="container"> - <div class="page-header m-t"> + <div class="page-header m-t-1"> <h1>Sticky footer with fixed navbar</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p> diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index 8321d151c..3af8b13ff 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -22,7 +22,7 @@ <!-- Begin page content --> <div class="container"> - <div class="page-header m-t"> + <div class="page-header m-t-1"> <h1>Sticky footer</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p> |
