2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

drop the .carousel-control base class

This commit is contained in:
Mark Otto
2016-12-04 23:19:54 -08:00
parent 6d9ded8375
commit 4ef547f4bb
4 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -75,11 +75,11 @@
</div>
</div>
</div>
<a class="carousel-control carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>