aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-28 22:29:05 -0700
committerMark Otto <[email protected]>2013-07-28 22:29:05 -0700
commitf3cff49d6d8e183b5e1b3a54dff360e1e42bbcbe (patch)
treebb32583d5d9fb61389e3b8c5b2710a18c93d1455 /css.html
parent8eb42d9b205a8bdb8f75054256acd82af4379310 (diff)
parent061535019c9b94745c95f4f8215a55bc59b11bdd (diff)
downloadbootstrap-f3cff49d6d8e183b5e1b3a54dff360e1e42bbcbe.tar.xz
bootstrap-f3cff49d6d8e183b5e1b3a54dff360e1e42bbcbe.zip
Merge pull request #8738 from twbs/clarify-width-vs-height-size-classes
form input docs: clarify height-related vs. width-related classes
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index c03d6f776..99d74f44d 100644
--- a/css.html
+++ b/css.html
@@ -1562,9 +1562,9 @@ For example, <code>&lt;section&gt;</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">