From dcbe484a09531da4ecc80fd2991a9910fb6a64ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2014 21:20:34 -0700 Subject: New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table. --- docs/_includes/css/grid.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/_includes/css/grid.html') diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 0deb12458..593b02a43 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -68,49 +68,49 @@ - Grid behavior + Grid behavior Horizontal at all times Collapsed to start, horizontal above breakpoints - Container width + Container width None (auto) 750px 970px 1170px - Class prefix + Class prefix .col-xs- .col-sm- .col-md- .col-lg- - # of columns + # of columns 12 - Column width + Column width Auto ~62px ~81px ~97px - Gutter width + Gutter width 30px (15px on each side of a column) - Nestable + Nestable Yes - Offsets + Offsets Yes - Column ordering + Column ordering Yes -- cgit v1.2.3