diff options
| author | Starsam80 <[email protected]> | 2016-11-26 21:33:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 20:33:46 -0800 |
| commit | b1e8d60348ab84895b7b722487a03264a53aedfb (patch) | |
| tree | 49aa074990ffc26c7bdb4f9ccf65b677e331c601 /docs/examples | |
| parent | eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (diff) | |
| download | bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.tar.xz bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.zip | |
Remove 'xs' from text utilities (#21217)
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/album/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index 075d15345..1926dabf9 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -43,7 +43,7 @@ </div> </div> - <section class="jumbotron text-xs-center"> + <section class="jumbotron text-center"> <div class="container"> <h1 class="jumbotron-heading">Album example</h1> <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.</p> diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index e744c57e4..aec1d0dfd 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> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index cb9d880ec..9abbcf19d 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -92,7 +92,7 @@ <main class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 pt-3"> <h1>Dashboard</h1> - <section class="row text-xs-center placeholders"> + <section class="row text-center placeholders"> <div class="col-6 col-sm-3 placeholder"> <img src="data:image/gif;base64,R0lGODlhAQABAIABAAJ12AAAACwAAAAAAQABAAACAkQBADs=" width="200" height="200" class="img-fluid rounded-circle" alt="Generic placeholder thumbnail"> <h4>Label</h4> |
