btn's need &nbps; seperating them for ie7

This commit is contained in:
Jacob Thornton 2011-08-29 21:52:45 -07:00
parent 589204803b
commit e8f1ae0073
1 changed files with 1 additions and 5 deletions

View File

@ -863,11 +863,7 @@
<h3>Example buttons</h3>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically youll want to apply these to only <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, and select <code>&lt;input&gt;</code> elements. Heres how it looks:</p>
<div class="well" style="padding: 14px 19px;">
<button class="btn primary">Primary</button>
<button class="btn">Default</button>
<button class="btn info">Info</button>
<button class="btn success">Success</button>
<button class="btn danger">Danger</button>
<button class="btn primary">Primary</button>&nbps;<button class="btn">Default</button>&nbps;<button class="btn info">Info</button>&nbps;<button class="btn success">Success</button>&nbps; <button class="btn danger">Danger</button>
</div>
<h3>Alternate sizes</h3>
<p>Fancy larger or smaller buttons? Have at it!</p>