From: Mark Otto Date: Mon, 29 Jul 2013 05:21:16 +0000 (-0700) Subject: expand grid system options table to include column widths, gutter widths, large deskt... X-Git-Tag: v3.0.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774f173a18d93ba5e80d8c4c8207c8f961004da6;p=thirdparty%2Fbootstrap.git expand grid system options table to include column widths, gutter widths, large desktop media query, and container widths (fixes #8733) --- diff --git a/css.html b/css.html index 095be1deb1..7d53caa315 100644 --- a/css.html +++ b/css.html @@ -91,16 +91,20 @@ base_url: "../" - Tiny grid + Tiny devices Phones (<480px) - Small grid + Small devices Tablets (<768px) - Medium-large grid - Desktops (>768px) + Medium devices + Desktops (>992px) + + + Large devices + Desktops (>1200px) @@ -108,31 +112,49 @@ base_url: "../" Grid behavior Horizontal at all times - Collapsed to start, horizontal above breakpoints + Collapsed to start, horizontal above breakpoints + + + Max container width + None (auto) + 728px + 940px + 1170px Class prefix .col- .col-sm- - .col-lg- + .col-lg- # of columns - 12 + 12 + + + Max column width + Auto + ~60px + ~78px + ~98px + + + Gutter width + 30px (15px on each side of a column) Nestable - Yes + Yes Offsets N/A - Yes + Yes Column ordering N/A - Yes + Yes