From 70f8d77012bea29b9544a14458450adb8fbd0a2c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Apr 2013 12:28:36 -0700 Subject: [PATCH] correct grid class mention in docs --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index 7fc72bf9c5..bb2aa68f3a 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -1896,7 +1896,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Control sizing

-

Use relative sizing classes like .input-large or match your inputs to the grid column sizes using .span* classes.

+

Use relative sizing classes like .input-large or match your inputs to the grid column sizes using .col-span-* classes.

Relative sizing

Create larger or smaller form controls that match button sizes.