aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/grid/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-15 10:20:57 -0700
committerMark Otto <[email protected]>2016-09-15 10:20:57 -0700
commit64dcb8b5073293daa911d2b274fd875f31693317 (patch)
tree112821f9bdd9b51f8953521cc2f34a537ccf74a2 /docs/examples/grid/index.html
parent15f522fd4ae3fe7933d526f045b0b2df22a35291 (diff)
parent63129112bbea91f7cd62014f162f857f50084656 (diff)
downloadbootstrap-64dcb8b5073293daa911d2b274fd875f31693317.tar.xz
bootstrap-64dcb8b5073293daa911d2b274fd875f31693317.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/examples/grid/index.html')
-rw-r--r--docs/examples/grid/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html
index 4723f0e8d..33140b1e1 100644
--- a/docs/examples/grid/index.html
+++ b/docs/examples/grid/index.html
@@ -157,11 +157,11 @@
<p>Reset offsets, pushes, and pulls at specific breakpoints.</p>
<div class="row">
<div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>
- <div class="col-sm-5 offset-sm-2 col-md-6 offset-md-0">.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0</div>
+ <div class="col-sm-5 offset-sm-2 col-md-6 offset-md-0">.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
- <div class="col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0">.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0</div>
+ <div class="col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0">.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0</div>
</div>