aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-27 22:29:33 -0800
committerMark Otto <[email protected]>2016-11-27 22:29:33 -0800
commit5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43 (patch)
tree2590d95f94a7ec3933fcf70a8acbcc31aef13fd6 /docs/examples/carousel
parent1562a2db4ca973c56e8d353f98ea85bd9ef81329 (diff)
parent54908a95a87b592d81df3231823979c75917d57a (diff)
downloadbootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.tar.xz
bootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index e744c57e4..990553b97 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-xs-left">
+ <div class="carousel-caption text-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-xs-right">
+ <div class="carousel-caption text-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>
@@ -164,7 +164,7 @@
<!-- FOOTER -->
<footer>
- <p class="float-xs-right"><a href="#">Back to top</a></p>
+ <p class="float-right"><a href="#">Back to top</a></p>
<p>&copy; 2014 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
</footer>