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