@@ -2007,7 +2007,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
<h2id="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><a></code> and <code><button></code> elements for the best rendering.</p>
<p>Use any of the available button classes to quickly create a styled button.</p>
@@ -2921,9 +2920,9 @@ For example, <code><section></code> should be wrapped as inline.
<p>Make a group of buttons stretch at the same size to span the entire width of its parent. <strong>This only works with <code><a></code> elements</strong> as the <code><button></code> doesn't pick up these styles.</p>
<divclass="bs-docs-example">
<divclass="btn-group btn-group-justified">
<ahref="#"class="btn">Left</a>
<ahref="#"class="btn">Right</a>
<ahref="#"class="btn">Middle</a>
<ahref="#"class="btn btn-default">Left</a>
<ahref="#"class="btn btn-default">Right</a>
<ahref="#"class="btn btn-default">Middle</a>
</div>
</div>
{% highlight html %}
...
...
@@ -2954,7 +2953,7 @@ For example, <code><section></code> should be wrapped as inline.