From 102bb8e68439d28334c2c9f6e4579fdd9950c102 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 10:38:41 -0800 Subject: [PATCH] clear up some messaging in docs on fluid grid system and nesting overall --- docs/assets/bootstrap.zip | Bin 52675 -> 52675 bytes docs/scaffolding.html | 18 +++++++++++++++++- docs/templates/pages/scaffolding.mustache | 18 +++++++++++++++++- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 81a5fd5ba756729e18566025939a8f5d506768c7..ed52bb8304c4ec6143df66100860dee9ac612f43 100644 GIT binary patch delta 428 zcmX>+oB8l;W}X0VW)?065I7eykw=kj@m4ecrCTTeFA(K`3kRsOErAJ3GXd4jumuY& z*}C!eSq`AU1DO;cGx@*UmI9r=Wb5Y0Etf?=Ch48jXIi{<@`qF6ljogb1Buj~G-g@?5|IV*E}is7;@O?@ zN8+tJ<$%QFKkWkHA(Hy9rz_b7W delta 428 zcmX>+oB8l;W}X0VW)?065ZDqpkw=m3%6c>ZYwIWfFA(K`2yYFX7@*2_6(%gr1QeKI z3l_M#e&g-496*7|t2iB@BAY*Q2D5{N+ysrlLRZ#rt`mG|020b{GJ~mF>ZGg31hg?g zX7YyuPK2$}K*7l}h0b6Rpw`sFN&%42gGO7JkaAPC0LZijlT^T_fn5u7*5v1t44@*5 zWhX0wMC7-auw4T>{p$M7ky|c{fK1Xmsn2v}{p1g)#3#=?!v<1RchZ>YDo8{Y#JhCT z8;NIk${&fh?vw)(kN>m_gaWnv<-OJ7xA({B| Sj2#j$;;a)B&~tOnssjKRGQ<`D diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 6ed5857fff..58bf88b24e 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -173,7 +173,8 @@

With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.

-

Example

+

Example

+

Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.

Level 1 of column @@ -187,6 +188,21 @@
+

Fluid example

+

Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.

+
+
+ Fluid 12 +
+
+ Fluid 6 +
+
+ Fluid 6 +
+
+
+
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index 46437782ba..74b824d9ca 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -97,7 +97,8 @@
   

{{_i}}With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.{{/i}}

-

{{_i}}Example{{/i}}

+

{{_i}}Example{{/i}}

+

{{_i}}Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.{{/i}}

{{_i}}Level 1 of column{{/i}} @@ -111,6 +112,21 @@
+

{{_i}}Fluid example{{/i}}

+

{{_i}}Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.{{/i}}

+
+
+ {{_i}}Fluid 12{{/i}} +
+
+ {{_i}}Fluid 6{{/i}} +
+
+ {{_i}}Fluid 6{{/i}} +
+
+
+