diff options
| author | Mark Otto <[email protected]> | 2013-05-16 18:29:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 18:29:53 -0700 |
| commit | d8b749a4d35b5a6f7a6ebba2bdac5651460aef27 (patch) | |
| tree | dd222dbe9e88cc0ed20ca9cedd3b530ae229fe22 | |
| parent | b239542a5ef8bfbf4775e58e64f0e68e02d077e9 (diff) | |
| download | bootstrap-d8b749a4d35b5a6f7a6ebba2bdac5651460aef27.tar.xz bootstrap-d8b749a4d35b5a6f7a6ebba2bdac5651460aef27.zip | |
Fix z-index of carousel indicators
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/carousel.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b9940b55e..bec7260c2 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 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; |
