diff options
| author | Mark Otto <[email protected]> | 2013-04-01 13:17:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-01 13:17:31 -0700 |
| commit | 12f043f1bb126d48b6e57eebbfdf12c94e131fb5 (patch) | |
| tree | d061e6e3ae4bbbd04b3d21861baea72a73f0d033 /less/carousel.less | |
| parent | 292734d7f34b59152c66ade7490d18036dee7bb7 (diff) | |
| parent | 89bbeec898c07a191e9f1a696e9061278e4da9f2 (diff) | |
| download | bootstrap-12f043f1bb126d48b6e57eebbfdf12c94e131fb5.tar.xz bootstrap-12f043f1bb126d48b6e57eebbfdf12c94e131fb5.zip | |
Merge branch '3.0.0-wip-carousel' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-carousel
Diffstat (limited to 'less/carousel.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 + } } |
