diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:18:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:18:19 -0800 |
| commit | 3b38801c5a23443998be846af4c29c7321358fe2 (patch) | |
| tree | b5f7672e99d1a969a3072d5b9c6535474c0f6cd5 /docs/examples/carousel | |
| parent | c344ff5b17101bec9840a5439b4b79684606c4ba (diff) | |
| parent | fffaaed0fdb6203dceaeff0cdd663b79bb7f81eb (diff) | |
| download | bootstrap-3b38801c5a23443998be846af4c29c7321358fe2.tar.xz bootstrap-3b38801c5a23443998be846af4c29c7321358fe2.zip | |
Merge pull request #19099 from twbs/v4-grid-redux
v4: Grid redux
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 5e01f8df0..986c4e8a5 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -136,11 +136,11 @@ <hr class="featurette-divider"> <div class="row featurette"> - <div class="col-md-7 col-md-push-5"> + <div class="col-md-7 push-md-5"> <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> - <div class="col-md-5 col-md-pull-7"> + <div class="col-md-5 pull-md-7"> <img class="featurette-image img-fluid center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div> </div> |
