2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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

This commit is contained in:
Chris Rebert
2014-04-01 13:03:14 -07:00
parent f9e98a1422
commit 640923eb36
+7 -1
View File
@@ -46,6 +46,12 @@
...
</div>
</div>
<div class="item">
<img src="..." alt="...">
<div class="carousel-caption">
...
</div>
</div>
...
</div>
@@ -105,7 +111,7 @@
</div>
</div><!-- /example -->
{% highlight html %}
<div class="item active">
<div class="item">
<img src="..." alt="...">
<div class="carousel-caption">
<h3>...</h3>