From bac9e80a460c314209d1ee676a0eb44b9574db89 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 11:59:32 -0700 Subject: Fixes #8872: widen the carousel indicators to prevent wrapping --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3