aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2017-01-22 17:32:50 -0500
committerPierre-Denis Vanduynslager <[email protected]>2017-01-22 17:32:50 -0500
commit1cdd0d16c195fccdef33229eba687a0f6a65f56e (patch)
treeacbf02975ae7aa427d46049ac9a89627d242b91e /docs/layout
parentef2181ff4d53b9196828fae3ed8b62b493b4f937 (diff)
parent091f3b8c246a8e4923f3f156ffbf3e359058d1d5 (diff)
downloadbootstrap-1cdd0d16c195fccdef33229eba687a0f6a65f56e.tar.xz
bootstrap-1cdd0d16c195fccdef33229eba687a0f6a65f56e.zip
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md2
-rw-r--r--docs/layout/responsive-utilities.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 03deb2f55..58e51946e 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -293,7 +293,7 @@ Don't want your columns to simply stack in some grid tiers? Use a combination of
{% example html %}
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div class="row">
- <div class="col col-md-8">.col .col-md-8</div>
+ <div class="col-12 col-md-8">.col-12 .col-md-8</div>
<div class="col-6 col-md-4">.col-6 .col-md-4</div>
</div>
diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md
index c3f0c0090..fdea34bd9 100644
--- a/docs/layout/responsive-utilities.md
+++ b/docs/layout/responsive-utilities.md
@@ -132,7 +132,8 @@ Try to use these on a limited basis and avoid creating entirely different versio
</tbody>
</table>
-<h2 id="responsive-utilities-print">Print classes</h2>
+## Print classes
+
<p>Similar to the regular responsive classes, use these for toggling content for print.</p>
<table class="table table-bordered table-striped responsive-utilities table-responsive">
<thead>