aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-24 21:02:24 -0800
committerMark Otto <[email protected]>2012-02-24 21:02:24 -0800
commit430915305178cc091f1d121ad98a50b93ccf99cd (patch)
tree7c6e215594db499f17cff02f2f7dcb7789138b6e /docs/base-css.html
parent0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (diff)
downloadbootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.tar.xz
bootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.zip
add version to docs homepage, fix docs example for forms
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 3a6494ddc..2a4cc63d2 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -920,7 +920,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
&lt;label class="checkbox"&gt;
&lt;input type="checkbox"&gt; Remember me
&lt;/label&gt;
- &lt;button type="submit" class="btn"&gt;Go&lt;/button&gt;
+ &lt;button type="submit" class="btn"&gt;Sign in&lt;/button&gt;
&lt;/form&gt;
</pre>
</div>