From: Mark Otto Date: Thu, 20 Dec 2012 05:12:37 +0000 (-0800) Subject: Drop .form-search support X-Git-Tag: v3.0.0-rc1~836^2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85971ff3e80ce90573ed243055b1b0ba7685e15e;p=thirdparty%2Fbootstrap.git Drop .form-search support --- diff --git a/docs/css.html b/docs/css.html index 9b23a836cd..d9262dc575 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1060,20 +1060,7 @@ For example, <code><section></code> should be wrapped as inlin

Optional layouts

-

Included with Bootstrap are three optional form layouts for common use cases.

- -

Search form

-

Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.

- -
-<form class="form-search">
-  <input type="text" class="span3 search-query">
-  <button type="submit" class="btn">Search</button>
-</form>
-
+

Included with Bootstrap are optional form layouts for common use cases.

Inline form

Add .form-inline for left-aligned labels and inline-block controls for a compact layout.

@@ -1477,30 +1464,6 @@ For example, <code><section></code> should be wrapped as inlin <input type="text" class="span3"> <div class="btn-group">...</div> </div> - - -

Search form

- -
-<form class="form-search">
-  <div class="input-append">
-    <input type="text" class="search-query span3">
-    <button type="submit" class="btn">Search</button>
-  </div>
-  <div class="input-prepend">
-    <button type="submit" class="btn">Search</button>
-    <input type="text" class="search-query span3">
-  </div>
-</form>
 

Control sizing

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index ab1cd8c30d..e8727204f9 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1000,20 +1000,7 @@ For example, <code><section></code> should be wrapped as inlin

Optional layouts

-

Included with Bootstrap are three optional form layouts for common use cases.

- -

Search form

-

Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.

- {{! /example }} -
-<form class="form-search">
-  <input type="text" class="span3 search-query">
-  <button type="submit" class="btn">Search</button>
-</form>
-
+

Included with Bootstrap are optional form layouts for common use cases.

Inline form

Add .form-inline for left-aligned labels and inline-block controls for a compact layout.

@@ -1417,30 +1404,6 @@ For example, <code><section></code> should be wrapped as inlin <input type="text" class="span3"> <div class="btn-group">...</div> </div> - - -

Search form

- {{! /example }} -
-<form class="form-search">
-  <div class="input-append">
-    <input type="text" class="search-query span3">
-    <button type="submit" class="btn">Search</button>
-  </div>
-  <div class="input-prepend">
-    <button type="submit" class="btn">Search</button>
-    <input type="text" class="search-query span3">
-  </div>
-</form>
 

Control sizing