diff options
| author | Mark Otto <[email protected]> | 2013-10-13 18:44:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 18:44:06 -0700 |
| commit | c31ec22661256d59328c7d87eb324bba433f220b (patch) | |
| tree | 9ecbe30c8de21ccd2b22c104be42f6f1df71b2ec /examples | |
| parent | edca93b8c71829cbe09055e048a31b54ec19eb5b (diff) | |
| parent | 6a93e729db1f7096cbebf3216968fd2b9b9ec738 (diff) | |
| download | bootstrap-c31ec22661256d59328c7d87eb324bba433f220b.tar.xz bootstrap-c31ec22661256d59328c7d87eb324bba433f220b.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
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> |
