From d8b749a4d35b5a6f7a6ebba2bdac5651460aef27 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 May 2013 18:29:53 -0700 Subject: Fix z-index of carousel indicators --- less/carousel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/carousel.less b/less/carousel.less index 43bef87e1..c1b0e9b9a 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; -- cgit v1.2.3