diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:54:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:54:20 -0800 |
| commit | 0fa2c7c4866a4ada900a0bebd45ab8b741db6788 (patch) | |
| tree | 9aca4400012f25b1fb2f5f03f70cc658da9199a9 /docs/examples/carousel/index.html | |
| parent | 765c5e9c07610a713a89e1664d6df539cdea44b4 (diff) | |
| parent | c68019e5d0ac1eba6cda998a0f4067809a10c443 (diff) | |
| download | bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.tar.xz bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/examples/carousel/index.html')
| -rw-r--r-- | docs/examples/carousel/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 540e609be..e4a492991 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -51,7 +51,7 @@ <div class="carousel-item active"> <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide"> <div class="container"> - <div class="carousel-caption text-left"> + <div class="carousel-caption text-xs-left"> <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><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p> @@ -71,7 +71,7 @@ <div class="carousel-item"> <img class="third-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Third slide"> <div class="container"> - <div class="carousel-caption text-right"> + <div class="carousel-caption text-xs-right"> <h1>One more for good measure.</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><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p> |
