Commit 21d6a593 authored by Mark Otto's avatar Mark Otto

fix buttons links

parent 88141252
...@@ -1909,7 +1909,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1909,7 +1909,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h1>Buttons</h1> <h1>Buttons</h1>
</div> </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> <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"> <div class="bs-docs-example">
<button type="button" class="btn btn-default">Default</button> <button type="button" class="btn btn-default">Default</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment