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 | 1816483baa9de59dc1ea0cec67fcbd00b28c6b79 (patch) | |
| tree | bbafb034ce2c1940a79ec587c3dc5ffa68aa76bb /docs/examples | |
| parent | e183dd46a20daa725fe5ad7acb5313d7b20db6f1 (diff) | |
| download | bootstrap-1816483baa9de59dc1ea0cec67fcbd00b28c6b79.tar.xz bootstrap-1816483baa9de59dc1ea0cec67fcbd00b28c6b79.zip | |
Add carousel indicators to example
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/carousel.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index e97d895c2..925314922 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/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=""> |
