mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
fix form display issue in docs
This commit is contained in:
parent
c65006601e
commit
fc2481b8e5
2 changed files with 2 additions and 2 deletions
|
|
@ -963,7 +963,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
|
||||
<h4>Default options</h4>
|
||||
<p>Wrap a <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.</p>
|
||||
<form class="bs-docs-example form-inline">
|
||||
<form class="bs-docs-example">
|
||||
<div class="input-prepend">
|
||||
<span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text" placeholder="Username">
|
||||
</div>
|
||||
|
|
|
|||
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
|
|
@ -894,7 +894,7 @@
|
|||
|
||||
<h4>{{_i}}Default options{{/i}}</h4>
|
||||
<p>{{_i}}Wrap a <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.{{/i}}</p>
|
||||
<form class="bs-docs-example form-inline">
|
||||
<form class="bs-docs-example">
|
||||
<div class="input-prepend">
|
||||
<span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text" placeholder="{{_i}}Username{{/i}}">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue