aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-09 19:26:06 -0700
committerMark Otto <[email protected]>2012-06-09 19:26:06 -0700
commitfc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7 (patch)
treefa6a097bba9ce41a69d268b01844a4b0de13aadd /docs/base-css.html
parentc65006601e65cbfa23611f55c0af314fc762d84d (diff)
downloadbootstrap-fc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7.tar.xz
bootstrap-fc2481b8e57ec79a4ec0e7f6d26f4c8492bc84f7.zip
fix form display issue in docs
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 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, &lt;code&gt;section&lt;/code&gt; 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>