Fix z-index of carousel indicators

This commit is contained in:
Mark Otto 2013-05-16 18:29:53 -07:00
parent b239542a5e
commit d8b749a4d3
2 changed files with 2 additions and 2 deletions

View 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;

View File

@ -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;