Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy <quy@fluxbb.org>2017-01-01 23:00:17 +0300
committerMark Otto <markd.otto@gmail.com>2017-01-01 23:00:17 +0300
commit28072f153ccb9b1eb503038fc0181f39f324a458 (patch)
treeb1df5f7da52e4caed3bce601ecaefb33b4c3e719 /scss/_carousel.scss
parent7d48a5b27c5de16604d5d747e88322b65f1524b5 (diff)
Update carousel comments (#21501)
Diffstat (limited to 'scss/_carousel.scss')
-rw-r--r--scss/_carousel.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index df1e300b5f..54478e4504 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -106,7 +106,7 @@
// 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 {
@@ -117,7 +117,7 @@
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;
@@ -163,7 +163,7 @@
// Optional captions
//
-// Hidden by default for smaller viewports.
+//
.carousel-caption {
position: absolute;