diff options
| author | Mark Otto <[email protected]> | 2013-01-30 12:44:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 12:44:10 -0800 |
| commit | d44acb7f886f6d501105c8cf9aab78aaeeab387c (patch) | |
| tree | db50ac3490708c9c0fedf36b976017a614137c1c | |
| parent | d30f47efb2580b0f435128940b48d5e5d30ca529 (diff) | |
| parent | 72da31e0288e5febff8a18f6d81fd4b201100370 (diff) | |
| download | bootstrap-d44acb7f886f6d501105c8cf9aab78aaeeab387c.tar.xz bootstrap-d44acb7f886f6d501105c8cf9aab78aaeeab387c.zip | |
Merge pull request #6750 from nextgenthemes/3.0.0-wip
Update less/carousel.less
| -rw-r--r-- | less/carousel.less | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/less/carousel.less b/less/carousel.less index e175f9477..e4ef2e53a 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -158,15 +158,16 @@ padding: 40px; text-shadow: 0 1px 2px rgba(0,0,0,.6); max-width: 60%; -} -.carousel-caption h3, -.carousel-caption p { - color: #fff; - line-height: @line-height-base; -} -.carousel-caption h3 { - margin: 0 0 5px; -} -.carousel-caption p { - margin-bottom: 0; + + h3, + p { + color: #fff; + line-height: @line-height-base; + } + h3 { + margin: 0 0 5px; + } + p { + margin-bottom: 0; + } } |
