]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix z-index of carousel indicators
authorMark Otto <otto@github.com>
Fri, 17 May 2013 01:29:53 +0000 (18:29 -0700)
committerMark Otto <otto@github.com>
Fri, 17 May 2013 01:29:53 +0000 (18:29 -0700)
docs/assets/css/bootstrap.css
less/carousel.less

index b9940b55e4bf5808216b73a17472c049a24fce18..bec7260c29bef774b9e3a0d38698a1fa12668f4d 100644 (file)
@@ -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;
index 43bef87e1ef9a3543a2deb20ed3e96b2878c552b..c1b0e9b9a81cee34e1c8c64276809a401bdba04d 100644 (file)
   position: absolute;
   bottom: 20px;
   left: 50%;
-  z-index: 5;
+  z-index: 15;
   width: 100px;
   margin: 0 0 0 -50px;
   list-style: none;