]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comments and spacing
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:28 +0000 (11:17 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:28 +0000 (11:17 -0700)
scss/_carousel.scss

index 90aee7ad959d0d604bfa4aea8489feab14340484..25d0650cfd4275cdb7562fdff2129164379200de 100644 (file)
   > .active.right {
     left: 100%;
   }
-
 }
 
+
+//
 // Left/right controls for nav
-// ---------------------------
+//
 
 .carousel-control {
   position: absolute;
   }
 }
 
+
 // Optional indicator pips
 //
 // Add an unordered list with the following class and add a list item for each
   }
 }
 
+
 // Optional captions
-// -----------------------------
-// Hidden by default for smaller viewports
+//
+// Hidden by default for smaller viewports.
+
 .carousel-caption {
   position: absolute;
   right: 15%;
 }
 
 
-// Scale up controls for tablets and up
+//
+// Responsive variations
+//
+
 @include media-breakpoint-up(sm) {
   // Scale up the controls a smidge
   .carousel-control {