aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/justified-nav
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-22 09:11:57 -0800
committerMark Otto <[email protected]>2016-12-22 13:48:07 -0800
commitbb97ae18f7d4039d4a5a1948140b2521cdb11d22 (patch)
tree8143213757e04997d0af4901f487bd5e06f75f24 /docs/examples/justified-nav
parent8231b188c3940242d1470888c87f3e5d21f6e116 (diff)
downloadbootstrap-bb97ae18f7d4039d4a5a1948140b2521cdb11d22.tar.xz
bootstrap-bb97ae18f7d4039d4a5a1948140b2521cdb11d22.zip
streamline example navbars by removing .hidden-* classes on togglers
Diffstat (limited to 'docs/examples/justified-nav')
-rw-r--r--docs/examples/justified-nav/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html
index d2aaf17d2..913eaefbb 100644
--- a/docs/examples/justified-nav/index.html
+++ b/docs/examples/justified-nav/index.html
@@ -26,7 +26,7 @@
<h3 class="text-muted">Project name</h3>
<nav class="navbar navbar-light bg-faded rounded mb-3">
- <button class="navbar-toggler hidden-lg-up" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-toggleable-md" id="navbarCollapse">