From a13d459491d800fe182a9217da9dd740cd6b57a9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 13:08:17 -0800 Subject: [PATCH] Clarify number of columns in nested grid --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 8c8e30a7a0..4bf8cf7ab6 100644 --- a/css.html +++ b/css.html @@ -403,7 +403,7 @@ base_url: "../"

Nesting columns

-

To nest your content with the default grid, add a new .row and set of .col-md-* columns within an existing .col-md-* column. Nested rows should include a set of columns that add up to 12.

+

To nest your content with the default grid, add a new .row and set of .col-md-* columns within an existing .col-md-* column. Nested rows should include a set of columns that add up to 12 or less.

Level 1: .col-md-9 -- 2.47.2