diff options
| author | Mark Otto <[email protected]> | 2016-12-22 09:11:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | bb97ae18f7d4039d4a5a1948140b2521cdb11d22 (patch) | |
| tree | 8143213757e04997d0af4901f487bd5e06f75f24 /docs/examples/justified-nav | |
| parent | 8231b188c3940242d1470888c87f3e5d21f6e116 (diff) | |
| download | bootstrap-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.html | 2 |
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"> |
