From: Chris Rebert Date: Tue, 30 Dec 2014 02:27:41 +0000 (-0800) Subject: account for XL size tier in grid docs X-Git-Tag: v4.0.0-alpha~432^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6affe79b7fa9766ef4153d9130406dbe346e31e;p=thirdparty%2Fbootstrap.git account for XL size tier in grid docs --- 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