aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-06 16:25:38 -0700
committerMark Otto <[email protected]>2015-09-06 16:25:38 -0700
commitec5b8eaa904eb71b4de0987b6cec6c5b3a17df8b (patch)
tree2c1996f0415138b97775aac3618d31c98dbbfbe4 /docs/examples/carousel
parentefac54c2a4d9c1d4c183768ed65ca610c4b19bfc (diff)
parent5c4fa4f0f6c6477f5dcb05856bae39ebaa9177a7 (diff)
downloadbootstrap-ec5b8eaa904eb71b4de0987b6cec6c5b3a17df8b.tar.xz
bootstrap-ec5b8eaa904eb71b4de0987b6cec6c5b3a17df8b.zip
Merge pull request #17500 from mauricew/v4-dev-examplefixes
v4 Fixes to examples
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index d34786540..767e74d38 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -19,9 +19,9 @@
</head>
<body>
- <nav class="navbar navbar-default navbar-static-top">
+ <nav class="navbar navbar-static-top navbar-light bg-faded">
<a href="#" class="navbar-brand">Carousel</a>
- <ul class="nav nav-pills">
+ <ul class="nav navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>