diff options
| author | Chris Rebert <[email protected]> | 2013-07-28 01:44:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-28 22:24:49 -0700 |
| commit | 061535019c9b94745c95f4f8215a55bc59b11bdd (patch) | |
| tree | e163935bc561f059b661556bf8aa5ca20366165f /css.html | |
| parent | c9c2418a47cc887ea6bacd7783582741267dcd37 (diff) | |
| download | bootstrap-061535019c9b94745c95f4f8215a55bc59b11bdd.tar.xz bootstrap-061535019c9b94745c95f4f8215a55bc59b11bdd.zip | |
avoid ambiguous term "relative sizing"; clarify width vs. height control classes
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1540,9 +1540,9 @@ For example, <code><section></code> should be wrapped as inline. <h2 id="forms-control-sizes">Control sizing</h2> - <p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.col-lg-*</code> classes.</p> + <p>Set heights using classes like <code>.input-large</code>, and set widths using grid column classes like <code>.col-lg-*</code>.</p> - <h3>Relative sizing</h3> + <h3>Height sizing</h3> <p>Create larger or smaller form controls that match button sizes.</p> <form class="bs-example bs-example-control-sizing"> <div class="controls docs-input-sizes"> |
