mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Fixes #8872: widen the carousel indicators to prevent wrapping
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -4441,9 +4441,9 @@ a.list-group-item.active > .badge,
|
|||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
width: 120px;
|
width: 60%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-left: -60px;
|
margin-left: -30%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -127,14 +127,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Optional indicator pips
|
// Optional indicator pips
|
||||||
// -----------------------------
|
//
|
||||||
|
// Add an unordered list with the follow class and add a list item for each
|
||||||
|
// slide your carousel holds.
|
||||||
|
|
||||||
.carousel-indicators {
|
.carousel-indicators {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
width: 120px;
|
width: 60%;
|
||||||
margin-left: -60px;
|
margin-left: -30%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user