From c1c679b644998efa98374158d667b14cd99d4864 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 24 May 2012 20:13:59 -0700 Subject: [PATCH] #3592: clarify grid sizing in grid docs --- docs/scaffolding.html | 35 +++++++++++------------ docs/templates/pages/scaffolding.mustache | 35 +++++++++++------------ 2 files changed, 34 insertions(+), 36 deletions(-) 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 @@
- -
-

Scaffolding

-

Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.

- -
+ +
+

Scaffolding

+

Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.

+ +
@@ -172,8 +172,7 @@
-

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}}

- -
+ +
+

{{_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}}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}}