aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-06-23 23:36:18 +0200
committerJulian Thilo <[email protected]>2014-06-23 23:36:18 +0200
commit25b06d927fa8fb056b3b146db263498a34401fb8 (patch)
tree2ff3107da4864d475dfb95abd258a1e3e973b9e2 /docs
parentb8a04f8c60d805cc15ffd2fa3b48febad58c5e6a (diff)
downloadbootstrap-25b06d927fa8fb056b3b146db263498a34401fb8.tar.xz
bootstrap-25b06d927fa8fb056b3b146db263498a34401fb8.zip
grid class inconsistency 2
https://github.com/twbs/bootstrap/commit/32bde78e1996a92e6b801e1f4a475d5ab48685f8
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/grid.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html
index f1ee7fcd1..429ef90f9 100644
--- a/docs/_includes/css/grid.html
+++ b/docs/_includes/css/grid.html
@@ -347,10 +347,10 @@
<h3 id="grid-nesting">Nesting columns</h3>
- <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-md-*</code> columns within an existing <code>.col-md-*</code> column. Nested rows should include a set of columns that add up to 12 or less (it is not required that you use all 12 available columns).</p>
+ <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-sm-*</code> columns within an existing <code>.col-sm-*</code> column. Nested rows should include a set of columns that add up to 12 or less (it is not required that you use all 12 available columns).</p>
<div class="row show-grid">
<div class="col-sm-9">
- Level 1: .col-md-9
+ Level 1: .col-sm-9
<div class="row show-grid">
<div class="col-xs-8 col-sm-6">
Level 2: .col-xs-8 .col-sm-6