diff options
| author | Mark Otto <[email protected]> | 2013-02-16 02:47:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-16 02:47:15 -0800 |
| commit | 6d048471c47ed740453c01252ad62a42e185cb46 (patch) | |
| tree | 1dfff2fc0fbd7755ba42e98837ee9b6cbd612075 /docs/assets/js/application.js | |
| parent | e74fb390806a6b9a8aeb1686877e94142b4d45cb (diff) | |
| download | bootstrap-6d048471c47ed740453c01252ad62a42e185cb46.tar.xz bootstrap-6d048471c47ed740453c01252ad62a42e185cb46.zip | |
Re-add carousel captions as optional
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides
* In mobile they're centered, and then are shown left aligned at larger viewports
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index f880bc05d..dfe127164 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -67,7 +67,7 @@ }) // carousel demo - $('#myCarousel').carousel() + $('.bs-docs-carousel-example').carousel() // javascript build logic var inputsComponent = $("#components.download input") |
