diff options
| author | Mark Otto <[email protected]> | 2012-06-09 19:26:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-09 19:26:06 -0700 |
| commit | fc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7 (patch) | |
| tree | fa6a097bba9ce41a69d268b01844a4b0de13aadd | |
| parent | c65006601e65cbfa23611f55c0af314fc762d84d (diff) | |
| download | bootstrap-fc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7.tar.xz bootstrap-fc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7.zip | |
fix form display issue in docs
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 0525a9674..979a87385 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 24c5ae359..f7f12c878 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -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> |
