]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update carousel comments (#21501)
authorQuy <quy@fluxbb.org>
Sun, 1 Jan 2017 20:00:17 +0000 (12:00 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Jan 2017 20:00:17 +0000 (12:00 -0800)
scss/_carousel.scss

index df1e300b5f264bd342e8a55df4eb26281d9a93ea..54478e450425672eb7e4de7838a9ac14da8b5533 100644 (file)
 
 // Optional indicator pips
 //
-// Add an unordered list with the following class and add a list item for each
+// Add an ordered list with the following class and add a list item for each
 // slide your carousel holds.
 
 .carousel-indicators {
   z-index: 15;
   display: flex;
   justify-content: center;
-  padding-left: 0; // override <ul> default
+  padding-left: 0; // override <ol> default
   // Use the .carousel-control's width as margin so we don't overlay those
   margin-right: $carousel-control-width;
   margin-left: $carousel-control-width;
 
 // Optional captions
 //
-// Hidden by default for smaller viewports.
+//
 
 .carousel-caption {
   position: absolute;