1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Fixes #8385: update carousel captions

* No longer hidden by default--up to users to figure that part out with
longer content
* Cleaned up styles and spacing
This commit is contained in:
Mark Otto
2013-07-19 17:36:03 -07:00
parent 8ab77191ce
commit b6238c5f20
4 changed files with 20 additions and 16 deletions

View File

@@ -4410,12 +4410,12 @@ a.list-group-item.active > .badge,
.carousel-indicators {
position: absolute;
bottom: 20px;
bottom: 10px;
left: 50%;
z-index: 15;
width: 100px;
width: 120px;
padding-left: 0;
margin-left: -50px;
margin-left: -60px;
text-align: center;
list-style: none;
}
@@ -4470,6 +4470,9 @@ a.list-group-item.active > .badge,
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.jumbotron {

File diff suppressed because one or more lines are too long