diff options
| author | Mark Otto <[email protected]> | 2013-07-19 17:36:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 17:36:03 -0700 |
| commit | b6238c5f200821ebd564f36ff3882218e6093199 (patch) | |
| tree | 0fb8754f3a5cd6c95cf238f973e313b124f070dd /less | |
| parent | 8ab77191ceec9648e47dbe764d876c536c9e6ec2 (diff) | |
| download | bootstrap-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 'less')
| -rw-r--r-- | less/carousel.less | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/less/carousel.less b/less/carousel.less index 7dc129af4..7d134ca62 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -129,11 +129,11 @@ // ----------------------------- .carousel-indicators { position: absolute; - bottom: 20px; + bottom: 10px; left: 50%; z-index: 15; - width: 100px; - margin-left: -50px; + width: 120px; + margin-left: -60px; padding-left: 0; list-style: none; text-align: center; @@ -196,4 +196,9 @@ right: 20%; padding-bottom: 30px; } + + // Move up the indicators + .carousel-indicators { + bottom: 20px; + } } |
