diff options
| author | Mark Otto <[email protected]> | 2016-11-16 20:37:51 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-16 20:37:51 -0800 |
| commit | 6910516d2c87d4963032d541385da4aef50b9430 (patch) | |
| tree | 8c4f512645cbdd8d9914e095d18c7b178beba11a /docs/examples/dashboard | |
| parent | d90e4faf624410dc5159f5a3b9f60da13968c5df (diff) | |
| parent | cec0c7c6d6c6926dd372a91172c0081bb09fcc09 (diff) | |
| download | bootstrap-6910516d2c87d4963032d541385da4aef50b9430.tar.xz bootstrap-6910516d2c87d4963032d541385da4aef50b9430.zip | |
Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid
Feature/omit xs from grid
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 1670e8557..b4bdcd3ac 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -62,22 +62,22 @@ <h1>Dashboard</h1> <div class="row placeholders"> - <div class="col-xs-6 col-sm-3 placeholder"> + <div class="col-6 col-sm-3 placeholder"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-fluid" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> - <div class="col-xs-6 col-sm-3 placeholder"> + <div class="col-6 col-sm-3 placeholder"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-fluid" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> - <div class="col-xs-6 col-sm-3 placeholder"> + <div class="col-6 col-sm-3 placeholder"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-fluid" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> - <div class="col-xs-6 col-sm-3 placeholder"> + <div class="col-6 col-sm-3 placeholder"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-fluid" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> |
