aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 17:36:03 -0700
committerMark Otto <[email protected]>2013-07-19 17:36:03 -0700
commitb6238c5f200821ebd564f36ff3882218e6093199 (patch)
tree0fb8754f3a5cd6c95cf238f973e313b124f070dd /dist/css/bootstrap.css
parent8ab77191ceec9648e47dbe764d876c536c9e6ec2 (diff)
downloadbootstrap-b6238c5f200821ebd564f36ff3882218e6093199.tar.xz
bootstrap-b6238c5f200821ebd564f36ff3882218e6093199.zip
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
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index df97bd6be..e168d82f4 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -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 {