diff options
| author | Mark Otto <[email protected]> | 2013-10-13 18:35:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 18:35:10 -0700 |
| commit | 6a93e729db1f7096cbebf3216968fd2b9b9ec738 (patch) | |
| tree | e07c54b02dee7ccbfe28f6984e4779ae34e6f205 /examples | |
| parent | 727a91de1cdf5cbc4f25528e073480332a5940c5 (diff) | |
| parent | c42af6951f0a665f9ad1d35a3a74051adb0aae03 (diff) | |
| download | bootstrap-6a93e729db1f7096cbebf3216968fd2b9b9ec738.tar.xz bootstrap-6a93e729db1f7096cbebf3216968fd2b9b9ec738.zip | |
Merge pull request #11016 from twbs/address-10965
address #10965; mention Glyphicons-over-file:// problem in Carousel example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 457a0013b..714231712 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -79,7 +79,7 @@ <div class="container"> <div class="carousel-caption"> <h1>Example headline.</h1> - <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> + <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p> <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p> </div> </div> |
