diff --git a/docs/scaffolding.html b/docs/scaffolding.html index e88656dbb0..038e71463a 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -75,22 +75,22 @@
Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.
- -Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.
+ +The default grid system provided as part of Bootstrap is a 940px-wide, 12-column grid.
-It also has four responsive variations for various devices and resolutions: phone, tablet portrait, tablet landscape and small desktops, and large widescreen desktops.
+The default grid system provided in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 2db9e9d3de..e560fa901d 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -1,19 +1,19 @@ - -- + +{{_i}}Scaffolding{{/i}}
-{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}
- -+ @@ -95,8 +95,7 @@{{_i}}Scaffolding{{/i}}
+{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}
+ +
{{_i}}The default grid system provided as part of Bootstrap is a 940px-wide, 12-column grid.{{/i}}
-{{_i}}It also has four responsive variations for various devices and resolutions: phone, tablet portrait, tablet landscape and small desktops, and large widescreen desktops.{{/i}}
+{{_i}}The default grid system provided in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically. {{/i}}