From: Chris Rebert Date: Sun, 28 Jul 2013 08:44:23 +0000 (-0700) Subject: avoid ambiguous term "relative sizing"; clarify width vs. height control classes X-Git-Tag: v3.0.0~105^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8738%2Fhead;p=thirdparty%2Fbootstrap.git avoid ambiguous term "relative sizing"; clarify width vs. height control classes --- diff --git a/css.html b/css.html index 95f9f095e1..3f5d4c0f39 100644 --- a/css.html +++ b/css.html @@ -1540,9 +1540,9 @@ For example, <section> should be wrapped as inline.

Control sizing

-

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

+

Set heights using classes like .input-large, and set widths using grid column classes like .col-lg-*.

-

Relative sizing

+

Height sizing

Create larger or smaller form controls that match button sizes.