mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Fix z-index of carousel indicators
This commit is contained in:
parent
b239542a5e
commit
d8b749a4d3
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user