2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update examples to account for #18185

[skip sauce]
This commit is contained in:
Chris Rebert
2015-12-08 03:38:34 -08:00
parent 6faa260f84
commit 85032786c3
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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">
&#9776;
</button>