diff options
| author | Mark Otto <[email protected]> | 2013-08-05 11:59:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 11:59:32 -0700 |
| commit | bac9e80a460c314209d1ee676a0eb44b9574db89 (patch) | |
| tree | e81d42f7787847c7b95dcc446d59a36881246e06 /less | |
| parent | a82ca0f9e1711b32f7c07e23ea1e23dd253cd21e (diff) | |
| download | bootstrap-bac9e80a460c314209d1ee676a0eb44b9574db89.tar.xz bootstrap-bac9e80a460c314209d1ee676a0eb44b9574db89.zip | |
Fixes #8872: widen the carousel indicators to prevent wrapping
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/less/carousel.less b/less/carousel.less index 3526089c2..7e391e6d5 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -127,14 +127,17 @@ } // Optional indicator pips -// ----------------------------- +// +// Add an unordered list with the follow class and add a list item for each +// slide your carousel holds. + .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; - width: 120px; - margin-left: -60px; + width: 60%; + margin-left: -30%; padding-left: 0; list-style: none; text-align: center; |
