diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 97dcb1f1b7..2c5b3d8b2e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 65c6036d40..b9dbd372f0 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -875,11 +875,9 @@ For example, <code>section</code> should be wrapped as inline.
With v2.0, we have lighter and smarter defaults for form styles. No extra markup, just form controls.
-Smart and lightweight defaults without extra markup.
Reflecting default WebKit styles, just add .form-search
for extra rounded search fields.
Add .form-search
to the form and .search-query
to the input
.
<form class="well form-search"> <input type="text" class="input-medium search-query"> <button type="submit" class="btn">Search</button> </form>-
Inputs are block level to start. For .form-inline
and .form-horizontal
, we use inline-block.
Add .form-inline
to finesse the vertical alignment and spacing of form controls.
{{_i}}With v2.0, we have lighter and smarter defaults for form styles. No extra markup, just form controls.{{/i}}
-{{_i}}Smart and lightweight defaults without extra markup.{{/i}}
{{_i}}Reflecting default WebKit styles, just add .form-search
for extra rounded search fields.{{/i}}
{{_i}}Add .form-search
to the form and .search-query
to the input
.{{/i}}
<form class="well form-search"> <input type="text" class="input-medium search-query"> <button type="submit" class="btn">{{_i}}Search{{/i}}</button> </form>-
{{_i}}Inputs are block level to start. For .form-inline
and .form-horizontal
, we use inline-block.{{/i}}
{{_i}}Add .form-inline
to finesse the vertical alignment and spacing of form controls.{{/i}}