From b6238c5f200821ebd564f36ff3882218e6093199 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Jul 2013 17:36:03 -0700 Subject: 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 --- dist/css/bootstrap.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3