aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Burns <[email protected]>2013-04-01 09:29:43 -0400
committerRobert Burns <[email protected]>2013-04-01 09:29:43 -0400
commit994e36806c9a09760e7ac72c507d1de8a9beffe0 (patch)
tree92c541fa882c616f49796538e1ad0ea690a3414c
parentff363323e6076e7a966eabe877e153fcc452e4dc (diff)
downloadbootstrap-994e36806c9a09760e7ac72c507d1de8a9beffe0.tar.xz
bootstrap-994e36806c9a09760e7ac72c507d1de8a9beffe0.zip
Add carousel indicators to example
-rw-r--r--carousel.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/carousel.html b/carousel.html
index e97d895c2..925314922 100644
--- a/carousel.html
+++ b/carousel.html
@@ -273,6 +273,12 @@ body {
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
+ <!-- Indicators -->
+ <ol class="carousel-indicators">
+ <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+ <li data-target="#myCarousel" data-slide-to="1"></li>
+ <li data-target="#myCarousel" data-slide-to="2"></li>
+ </ol>
<div class="carousel-inner">
<div class="item active">
<img src="../../assets/img/examples/slide-01.jpg" alt="">