diff options
| author | Mark Otto <[email protected]> | 2016-09-26 00:54:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-26 00:54:10 -0700 |
| commit | 3dc4b3647ce2b27b0216fe8103253ffe9633fde9 (patch) | |
| tree | ed483b5663b93e5d72d2adf0049d981babae8204 /docs/examples/carousel | |
| parent | 6181cf9d5d49f12fbff8cd63418828c36e76fd7e (diff) | |
| download | bootstrap-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.html | 2 |
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>© 2014 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> |
