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 +++++++++--------- docs/_includes/css/type.html | 3 ++- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/_includes') 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 diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index da81d7414..65001198d 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -195,12 +195,13 @@ You can use the mark tag to highlight text.

Center aligned text.

Right aligned text.

Justified text.

+

No wrap text.

{% highlight html %}

Left aligned text.

Center aligned text.

Right aligned text.

-

Justified text.

+

No wrap text.

{% endhighlight %} -- cgit v1.2.3