From 9e97098802d969d338fdb6c553cf6cee903c8663 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:16:47 -0700 Subject: make .input-* classes match .btn-* size classes --- docs/base-css.html | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index a2ecf613a..3c218e68f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1336,30 +1336,22 @@ For example, <code><section></code> should be wrapped as inlin

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

Relative sizing

+

Create larger or smaller form controls that match button sizes.

- - - - - + +
-<input class="input-mini" type="text" placeholder=".input-mini">
-<input class="input-small" type="text" placeholder=".input-small">
-<input class="input-medium" type="text" placeholder=".input-medium">
 <input class="input-large" type="text" placeholder=".input-large">
-<input class="input-xlarge" type="text" placeholder=".input-xlarge">
-<input class="input-xxlarge" type="text" placeholder=".input-xxlarge">
+<input class="input-small" type="text" placeholder=".input-small">
+<input class="input-mini" type="text" placeholder=".input-mini">
 
-

- Heads up! In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, .input-large will increase the padding and font-size of an input. -

-

Grid sizing

-

Use .span1 to .span12 for inputs that match the same sizes of the grid columns.

+

Column sizing

+

Use .span1 to .span12 for setting widths on inputs that match Bootstrap's grid system.

-- cgit v1.2.3