diff options
| author | Mark Otto <[email protected]> | 2016-02-06 10:51:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 10:51:59 -0800 |
| commit | 414997baa83858b43e9f45af90097f93ed2d6797 (patch) | |
| tree | c4435f7e3df2d09d1053ba29c1883a110fad5823 /docs/examples/dashboard | |
| parent | 94999c98cf3a19a2aa020fb946027747e7ef3d26 (diff) | |
| download | bootstrap-414997baa83858b43e9f45af90097f93ed2d6797.tar.xz bootstrap-414997baa83858b43e9f45af90097f93ed2d6797.zip | |
flip things around again, no more base class, try out some new stuff to keep responsive flex grid working
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index a956bd411..65cc380cb 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -43,7 +43,7 @@ <div class="container-fluid"> <div class="row"> - <div class="col col-sm-3 col-md-2 sidebar"> + <div class="col-sm-3 col-md-2 sidebar"> <ul class="nav nav-sidebar"> <li class="active"><a href="#">Overview <span class="sr-only">(current)</span></a></li> <li><a href="#">Reports</a></li> @@ -63,26 +63,26 @@ <li><a href="">Another nav item</a></li> </ul> </div> - <div class="col col-sm-9 offset-sm-3 col-md-10 offset-md-2 main"> + <div class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 main"> <h1 class="page-header">Dashboard</h1> <div class="row placeholders"> - <div class="col col-xs-6 col-sm-3 placeholder"> + <div class="col-xs-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 col-xs-6 col-sm-3 placeholder"> + <div class="col-xs-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 col-xs-6 col-sm-3 placeholder"> + <div class="col-xs-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 col-xs-6 col-sm-3 placeholder"> + <div class="col-xs-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> |
