From 061535019c9b94745c95f4f8215a55bc59b11bdd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:44:23 -0700 Subject: [PATCH] avoid ambiguous term "relative sizing"; clarify width vs. height control classes --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.