diff options
| author | Robert Burns <[email protected]> | 2013-04-01 09:29:43 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-04-01 09:29:43 -0400 |
| commit | 994e36806c9a09760e7ac72c507d1de8a9beffe0 (patch) | |
| tree | 92c541fa882c616f49796538e1ad0ea690a3414c | |
| parent | ff363323e6076e7a966eabe877e153fcc452e4dc (diff) | |
| download | bootstrap-994e36806c9a09760e7ac72c507d1de8a9beffe0.tar.xz bootstrap-994e36806c9a09760e7ac72c507d1de8a9beffe0.zip | |
Add carousel indicators to example
| -rw-r--r-- | carousel.html | 6 |
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=""> |
