diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
| commit | 548834e87f9e91c6e885d695deda55efc06dacf1 (patch) | |
| tree | 42a42157264bc0b120a3c12a20d3932f630bba90 /docs/examples/carousel | |
| parent | 23d7b7fe429762847871c3ce8679922dd600e3c9 (diff) | |
| parent | a8dc4812a49d8467e8642abb510b523a9a51cd48 (diff) | |
| download | bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip | |
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
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 e4a492991..01f0081a8 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -164,7 +164,7 @@ <!-- FOOTER --> <footer> - <p class="pull-right"><a href="#">Back to top</a></p> + <p class="pull-xs-right"><a href="#">Back to top</a></p> <p>© 2014 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> |
