From c6affe79b7fa9766ef4153d9130406dbe346e31e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 29 Dec 2014 18:27:41 -0800 Subject: [PATCH 1/2] account for XL size tier in grid docs --- docs/layout/grid.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 3e59a785f1..bfa4af63a1 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -37,18 +37,22 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Extra small devices - Phones (<768px) + Portrait phones (<???px) Small devices - Tablets (≥768px) + Landscape phones (≥???px) Medium devices - Desktops (≥992px) + Tablets (≥768px) Large devices + Desktops (≥992px) + + + Extra large devices Desktops (≥1200px) @@ -57,11 +61,12 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Grid behavior Horizontal at all times - Collapsed to start, horizontal above breakpoints + Collapsed to start, horizontal above breakpoints Container width None (auto) + ???px 750px 970px 1170px @@ -72,33 +77,35 @@ See how aspects of the Bootstrap grid system work across multiple devices with a .col-sm- .col-md- .col-lg- + .col-xl- # of columns - 12 + 12 Column width Auto + ~??px ~62px ~81px ~97px Gutter width - 30px (15px on each side of a column) + 30px (15px on each side of a column) Nestable - Yes + Yes Offsets - Yes + Yes Column ordering - Yes + Yes From fb176a97e19b4ecdf2baca5c9528eac9dfc73279 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Dec 2014 10:46:50 -0800 Subject: [PATCH 2/2] change values, remove grid column size row --- docs/layout/grid.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index bfa4af63a1..1232262a2a 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -37,23 +37,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Extra small devices - Portrait phones (<???px) + Portrait phones (<34em) Small devices - Landscape phones (≥???px) + Landscape phones (≥38em) Medium devices - Tablets (≥768px) + Tablets (≥48em) Large devices - Desktops (≥992px) + Desktops (≥62em) Extra large devices - Desktops (≥1200px) + Desktops (≥75em) @@ -66,10 +66,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Container width None (auto) - ???px - 750px - 970px - 1170px + 34rem + 45rem + 60rem + 72.25rem Class prefix @@ -83,14 +83,6 @@ See how aspects of the Bootstrap grid system work across multiple devices with a # of columns 12 - - Column width - Auto - ~??px - ~62px - ~81px - ~97px - Gutter width 30px (15px on each side of a column)