aboutsummaryrefslogtreecommitdiff
path: root/docs/components/modal.md
diff options
context:
space:
mode:
authorEric Nolte <[email protected]>2016-11-04 10:54:34 -0600
committerEric Nolte <[email protected]>2016-11-04 10:54:34 -0600
commitcec0c7c6d6c6926dd372a91172c0081bb09fcc09 (patch)
treebd7283256c2a64772712f7234d25fb12c072a923 /docs/components/modal.md
parent9402be4d44edafd7f558aa2b96f44172175fda34 (diff)
downloadbootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.tar.xz
bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.zip
Update docs to reflect new breakpoint naming convention
Diffstat (limited to 'docs/components/modal.md')
-rw-r--r--docs/components/modal.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 72cdbe565..9c3746116 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -286,11 +286,11 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta
<div class="col-sm-9">
Level 1: .col-sm-9
<div class="row">
- <div class="col-xs-8 col-sm-6">
- Level 2: .col-xs-8 .col-sm-6
+ <div class="col-8 col-sm-6">
+ Level 2: .col-8 .col-sm-6
</div>
- <div class="col-xs-4 col-sm-6">
- Level 2: .col-xs-4 .col-sm-6
+ <div class="col-4 col-sm-6">
+ Level 2: .col-4 .col-sm-6
</div>
</div>
</div>