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 /dist/css/bootstrap.css | |
| parent | a82ca0f9e1711b32f7c07e23ea1e23dd253cd21e (diff) | |
| download | bootstrap-bac9e80a460c314209d1ee676a0eb44b9574db89.tar.xz bootstrap-bac9e80a460c314209d1ee676a0eb44b9574db89.zip | |
Fixes #8872: widen the carousel indicators to prevent wrapping
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d9df383d..d167b4087 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4441,9 +4441,9 @@ a.list-group-item.active > .badge, bottom: 10px; left: 50%; z-index: 15; - width: 120px; + width: 60%; padding-left: 0; - margin-left: -60px; + margin-left: -30%; text-align: center; list-style: none; } |
