aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-26 00:54:10 -0700
committerMark Otto <[email protected]>2016-09-26 00:54:10 -0700
commit3dc4b3647ce2b27b0216fe8103253ffe9633fde9 (patch)
treeed483b5663b93e5d72d2adf0049d981babae8204 /docs/examples/carousel
parent6181cf9d5d49f12fbff8cd63418828c36e76fd7e (diff)
downloadbootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.tar.xz
bootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.zip
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 51ce13d70..3397a3a7e 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -164,7 +164,7 @@
<!-- FOOTER -->
<footer>
- <p class="pull-xs-right"><a href="#">Back to top</a></p>
+ <p class="float-xs-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>