fix form display issue in docs

This commit is contained in:
Mark Otto
2012-06-09 19:26:06 -07:00
parent c65006601e
commit fc2481b8e5
2 changed files with 2 additions and 2 deletions

View File

@@ -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>