From: Mark Otto Date: Sat, 20 Apr 2013 19:28:36 +0000 (-0700) Subject: correct grid class mention in docs X-Git-Tag: v3.0.0-rc1~422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70f8d77012bea29b9544a14458450adb8fbd0a2c;p=thirdparty%2Fbootstrap.git correct grid class mention in docs --- 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.