From: Mark Otto Date: Sat, 18 Apr 2015 18:17:28 +0000 (-0700) Subject: comments and spacing X-Git-Tag: v4.0.0-alpha~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f874468be341352abacab9610c8101f7e5154e;p=thirdparty%2Fbootstrap.git comments and spacing --- diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 90aee7ad95..25d0650cfd 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -84,11 +84,12 @@ > .active.right { left: 100%; } - } + +// // Left/right controls for nav -// --------------------------- +// .carousel-control { position: absolute; @@ -155,6 +156,7 @@ } } + // Optional indicator pips // // Add an unordered list with the following class and add a list item for each @@ -195,9 +197,11 @@ } } + // Optional captions -// ----------------------------- -// Hidden by default for smaller viewports +// +// Hidden by default for smaller viewports. + .carousel-caption { position: absolute; right: 15%; @@ -216,7 +220,10 @@ } -// Scale up controls for tablets and up +// +// Responsive variations +// + @include media-breakpoint-up(sm) { // Scale up the controls a smidge .carousel-control {