]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix carousel markup
authorQuy <quy@fluxbb.org>
Sun, 1 Jan 2017 07:09:45 +0000 (23:09 -0800)
committerHeinrich Fenkart <hnrch02@gmail.com>
Sun, 1 Jan 2017 13:36:09 +0000 (14:36 +0100)
docs/components/carousel.md

index eac86ef81d697155077ea72933890c43f8052e20..ea22f3ef99d63fcb32a90e732123d9ab6b501253 100644 (file)
@@ -143,12 +143,12 @@ Add captions to your slides easily with the `.carousel-caption` element within a
         </div>
       </div>
     </div>
-    <a class="carousel-control carousel-control-left" href="#carouselExampleCaptions" role="button" data-slide="prev">
-      <span class="icon-prev" aria-hidden="true"></span>
+    <a class="carousel-control-prev" href="#carouselExampleCaptions" 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-right" href="#carouselExampleCaptions" role="button" data-slide="next">
-      <span class="icon-next" aria-hidden="true"></span>
+    <a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
+      <span class="carousel-control-next-icon" aria-hidden="true"></span>
       <span class="sr-only">Next</span>
     </a>
   </div>