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 | |
| 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')
| -rw-r--r-- | docs/examples/album/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/narrow-jumbotron/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 4 |
7 files changed, 9 insertions, 9 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index ccf8d035b..308810300 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -104,7 +104,7 @@ <footer class="text-muted"> <div class="container"> - <p class="pull-xs-right"> + <p class="float-xs-right"> <a href="#">Back to top</a> </p> <p>Album example is © Bootstrap, but please download and customize it for yourself!</p> 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> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 5a80654ff..d0cceb7d7 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -29,13 +29,13 @@ </button> <a class="navbar-brand" href="#">Project name</a> <div id="navbar"> - <nav class="nav navbar-nav pull-xs-left"> + <nav class="nav navbar-nav float-xs-left"> <a class="nav-item nav-link" href="#">Dashboard</a> <a class="nav-item nav-link" href="#">Settings</a> <a class="nav-item nav-link" href="#">Profile</a> <a class="nav-item nav-link" href="#">Help</a> </nav> - <form class="pull-xs-right"> + <form class="float-xs-right"> <input type="text" class="form-control" placeholder="Search..."> </form> </div> diff --git a/docs/examples/narrow-jumbotron/index.html b/docs/examples/narrow-jumbotron/index.html index fc55d0648..b0ccda3c2 100644 --- a/docs/examples/narrow-jumbotron/index.html +++ b/docs/examples/narrow-jumbotron/index.html @@ -23,7 +23,7 @@ <div class="container"> <div class="header clearfix"> <nav> - <ul class="nav nav-pills pull-xs-right"> + <ul class="nav nav-pills float-xs-right"> <li class="nav-item"> <a class="nav-link active" href="#">Home <span class="sr-only">(current)</span></a> </li> diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index d0beae127..b5dff3380 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -41,7 +41,7 @@ <a class="nav-link" href="#">About</a> </li> </ul> - <form class="form-inline pull-xs-right"> + <form class="form-inline float-xs-right"> <input class="form-control" type="text" placeholder="Search"> <button class="btn btn-outline-success" type="submit">Search</button> </form> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index b3faba6b9..669221fa5 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -35,7 +35,7 @@ <div class="row row-offcanvas row-offcanvas-right"> <div class="col-xs-12 col-sm-9"> - <p class="pull-xs-right hidden-sm-up"> + <p class="float-xs-right hidden-sm-up"> <button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button> </p> <div class="jumbotron"> diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 63e9156b5..ee990b975 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -20,7 +20,7 @@ <body> - <button class="btn btn-secondary pull-xs-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button> + <button class="btn btn-secondary float-xs-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button> <button class="btn btn-secondary tooltip-bottom" title="This should be shifted to the right">Shift Right</button> <button class="btn btn-secondary tooltip-right" title="This should be shifted down">Shift Down</button> @@ -30,7 +30,7 @@ <button class="btn btn-secondary tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button> <button class="btn btn-secondary tooltip-viewport-right" title="This should be shifted down">Shift Down</button> - <button class="btn btn-secondary pull-xs-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button> + <button class="btn btn-secondary float-xs-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button> <button class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button> </div> |
