Commit 640923eb authored by Chris Rebert's avatar Chris Rebert

help avoid misuse of Carousel's .active when copy-pasting from examples; fix #13252

parent f9e98a14
...@@ -46,6 +46,12 @@ ...@@ -46,6 +46,12 @@
... ...
</div> </div>
</div> </div>
<div class="item">
<img src="..." alt="...">
<div class="carousel-caption">
...
</div>
</div>
... ...
</div> </div>
...@@ -105,7 +111,7 @@ ...@@ -105,7 +111,7 @@
</div> </div>
</div><!-- /example --> </div><!-- /example -->
{% highlight html %} {% highlight html %}
<div class="item active"> <div class="item">
<img src="..." alt="..."> <img src="..." alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
<h3>...</h3> <h3>...</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment