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 /less | |
| parent | 19d5e616685cc0ad72c216e04a69758bf0ed67bf (diff) | |
| download | bootstrap-e183dd46a20daa725fe5ad7acb5313d7b20db6f1.tar.xz bootstrap-e183dd46a20daa725fe5ad7acb5313d7b20db6f1.zip | |
Update carousel-caption btn styles
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 3 |
1 files changed, 3 insertions, 0 deletions
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 + } } |
