diff options
| author | Jacob Thornton <[email protected]> | 2011-08-29 21:52:45 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-29 21:52:45 -0700 |
| commit | e8f1ae007339c98ea71b0f56b37c037d11fa6276 (patch) | |
| tree | 10fcb7e8213d69c855c2f205cc49df96ec1c08cf /docs | |
| parent | 589204803bc34575a8ca2c3e624864d3dc8e63ba (diff) | |
| download | bootstrap-e8f1ae007339c98ea71b0f56b37c037d11fa6276.tar.xz bootstrap-e8f1ae007339c98ea71b0f56b37c037d11fa6276.zip | |
btn's need &nbps; seperating them for ie7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 3d7f38ba0..db31ca296 100644 --- a/docs/index.html +++ b/docs/index.html @@ -863,11 +863,7 @@ <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><a></code>, <code><button></code>, and select <code><input></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> |
