aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-09 03:26:54 -0800
committerChris Rebert <[email protected]>2016-01-09 03:26:54 -0800
commitdedfffe5dbda53148c816e379f7ba93eb1ff36f6 (patch)
tree700e023088b3a73f8c1832bd066ca4c71983c43a
parent8adc9d771f3c1f4110cd2c9d246bdaae657482db (diff)
downloadbootstrap-dedfffe5dbda53148c816e379f7ba93eb1ff36f6.tar.xz
bootstrap-dedfffe5dbda53148c816e379f7ba93eb1ff36f6.zip
Update Grid example from v3 to v4; fixes #18818
-rw-r--r--docs/examples/grid/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html
index cafbb4fc5..74b5852f5 100644
--- a/docs/examples/grid/index.html
+++ b/docs/examples/grid/index.html
@@ -104,7 +104,7 @@
<hr>
<h3>Mixed: mobile and desktop</h3>
- <p>The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
+ <p>The Bootstrap v4 grid system has five tiers of classes: xs (extra small), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
<p>Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.</p>
<div class="row">
<div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>