diff options
| author | Robert Burns <[email protected]> | 2013-04-01 09:27:49 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-04-01 09:27:49 -0400 |
| commit | e183dd46a20daa725fe5ad7acb5313d7b20db6f1 (patch) | |
| tree | 9a908acac4a445fb2eec59fe07adb6dc13c564ec | |
| parent | 19d5e616685cc0ad72c216e04a69758bf0ed67bf (diff) | |
| download | bootstrap-e183dd46a20daa725fe5ad7acb5313d7b20db6f1.tar.xz bootstrap-e183dd46a20daa725fe5ad7acb5313d7b20db6f1.zip | |
Update carousel-caption btn styles
| -rw-r--r-- | docs/examples/carousel.html | 2 | ||||
| -rw-r--r-- | less/carousel.less | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 0c50c7a14..e97d895c2 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -91,8 +91,6 @@ body { .carousel-caption .lead { margin: 0; line-height: 1.25; - color: #fff; - text-shadow: 0 1px 1px rgba(0,0,0,.4); } .carousel-caption .btn { margin-top: 10px; diff --git a/less/carousel.less b/less/carousel.less index 7c75a519b..9816200f4 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -163,6 +163,9 @@ padding-bottom: 20px; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.6); + & .btn { + text-shadow: none; // No shadow for button elements in carousel-caption + } } |
