aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-21 22:00:46 -0700
committerMark Otto <[email protected]>2017-03-23 23:02:28 -0700
commit90c5f6230b0861d70adeee84040da5ba049a9769 (patch)
treee0028d493536ade0fd07c2a675bc9675017807e3 /docs/examples/carousel
parent11ba308b2fdfb396abd45069526d25a07571238c (diff)
downloadbootstrap-90c5f6230b0861d70adeee84040da5ba049a9769.tar.xz
bootstrap-90c5f6230b0861d70adeee84040da5ba049a9769.zip
rename from .navbar-toggleable to .navbar-expand to reflect mobile first approach everywhere else
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index f617c5790..6ccb10805 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -17,7 +17,7 @@
</head>
<body>
- <nav class="navbar navbar-toggleable-md navbar-inverse fixed-top bg-inverse">
+ <nav class="navbar navbar-expand-md navbar-inverse fixed-top bg-inverse">
<a class="navbar-brand" href="#">Carousel</a>
<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>