diff options
| author | Mark Otto <[email protected]> | 2016-02-06 00:47:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 00:47:33 -0800 |
| commit | e149a6035ef5689040d619ac7301f802b1dc8167 (patch) | |
| tree | 848e91f7692ad413e2c3056f2dd1bc3dabbfaffa /docs/examples/dashboard | |
| parent | 9a645ef51af94289e784fda5cf200e78aa41779d (diff) | |
| download | bootstrap-e149a6035ef5689040d619ac7301f802b1dc8167.tar.xz bootstrap-e149a6035ef5689040d619ac7301f802b1dc8167.zip | |
Update base class for grid cols in all examples
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 a86e3ecb9..a956bd411 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-sm-3 col-md-2 sidebar"> + <div class="col 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-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> + <div class="col 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-xs-6 col-sm-3 placeholder"> + <div class="col 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-xs-6 col-sm-3 placeholder"> + <div class="col 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-xs-6 col-sm-3 placeholder"> + <div class="col 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-xs-6 col-sm-3 placeholder"> + <div class="col 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> |
