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/templates/pages/base-css.mustache | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 82d65999d..e48cdb8bb 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1273,30 +1273,22 @@

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

{{_i}}Relative sizing{{/i}}

+

{{_i}}Create larger or smaller form controls that match button sizes.{{/i}}

- - - - - + +
-<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">
 
-

- {{_i}}Heads up!{{/i}} 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. -

-

{{_i}}Grid sizing{{/i}}

-

{{_i}}Use .span1 to .span12 for inputs that match the same sizes of the grid columns.{{/i}}

+

{{_i}}Column sizing{{/i}}

+

{{_i}}Use .span1 to .span12 for setting widths on inputs that match Bootstrap's grid system.{{/i}}

-- cgit v1.2.3