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/dashboard | |
| parent | eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (diff) | |
| download | bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.tar.xz bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.zip | |
Remove 'xs' from text utilities (#21217)
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
