From: Mark Otto Date: Fri, 17 May 2013 01:29:53 +0000 (-0700) Subject: Fix z-index of carousel indicators X-Git-Tag: v3.0.0-rc1~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b749a4d35b5a6f7a6ebba2bdac5651460aef27;p=thirdparty%2Fbootstrap.git Fix z-index of carousel indicators --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b9940b55e4..bec7260c29 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4980,7 +4980,7 @@ a.list-group-item.active > .badge, position: absolute; bottom: 20px; left: 50%; - z-index: 5; + z-index: 15; width: 100px; margin: 0 0 0 -50px; text-align: center; diff --git a/less/carousel.less b/less/carousel.less index 43bef87e1e..c1b0e9b9a8 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -128,7 +128,7 @@ position: absolute; bottom: 20px; left: 50%; - z-index: 5; + z-index: 15; width: 100px; margin: 0 0 0 -50px; list-style: none;