]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
btn's need &nbps; seperating them for ie7
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 30 Aug 2011 04:52:45 +0000 (21:52 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 30 Aug 2011 04:52:45 +0000 (21:52 -0700)
docs/index.html

index 3d7f38ba04dea20e0217264eb89d2761dfc8ae20..db31ca296ec72e0fe13ffba24ecc54361ef103ba 100644 (file)
       <h3>Example buttons</h3>
       <p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, and select <code>&lt;input&gt;</code> elements. Here’s 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>