aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-29 23:37:43 -0700
committerMark Otto <[email protected]>2013-03-29 23:37:43 -0700
commit21d6a5933a75e39e2412a91a891722ba36ce3254 (patch)
treea510cbdff8e678446564eaa2bee52cbfc893f876 /docs/docs.html
parent88141252595b3875ac001741aa77c7905aac942c (diff)
downloadbootstrap-21d6a5933a75e39e2412a91a891722ba36ce3254.tar.xz
bootstrap-21d6a5933a75e39e2412a91a891722ba36ce3254.zip
fix buttons links
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 30a9c7623..a53dfd2c0 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -1909,7 +1909,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h1>Buttons</h1>
</div>
- <h2>Default buttons</h2>
+ <h2 id="buttons-options">Button options</h2>
<p>Button styles can be applied to anything with the <code>.btn</code> class applied. However, typically you'll want to apply these to only <code>&lt;a&gt;</code> and <code>&lt;button&gt;</code> elements for the best rendering.</p>
<div class="bs-docs-example">
<button type="button" class="btn btn-default">Default</button>