diff options
| author | Mark Otto <[email protected]> | 2013-04-01 13:25:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-01 13:25:51 -0700 |
| commit | 7e31bea11410f9c1838aeabcb97ad802b69b658c (patch) | |
| tree | 10d675f17ae58ccf46c30c4c96aa10012bafcaf7 /docs/assets/css | |
| parent | 12f043f1bb126d48b6e57eebbfdf12c94e131fb5 (diff) | |
| download | bootstrap-7e31bea11410f9c1838aeabcb97ad802b69b658c.tar.xz bootstrap-7e31bea11410f9c1838aeabcb97ad802b69b658c.zip | |
run make
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7f498b0c5..1a7f3deec 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5147,6 +5147,10 @@ a.list-group-item.active > .badge, text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +.carousel-caption .btn { + text-shadow: none; +} + @media screen and (min-width: 768px) { .carousel-control .glyphicon { width: 30px; |
