diff options
| author | Jacob Thornton <[email protected]> | 2011-08-22 23:53:02 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-22 23:53:02 -0700 |
| commit | 0bfce13983ada3029d98916b01703d5c0cef2104 (patch) | |
| tree | 1e516b576cc8870c5e7d603ee568fc68493f263d /docs/index.html | |
| parent | 411b90e4ff02e56c8d6637e5aa1951eb00a040da (diff) | |
| download | bootstrap-0bfce13983ada3029d98916b01703d5c0cef2104.tar.xz bootstrap-0bfce13983ada3029d98916b01703d5c0cef2104.zip | |
add delete button + give .btn cursor:pointer
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 0099a270d..1669e6123 100644 --- a/docs/index.html +++ b/docs/index.html @@ -858,13 +858,13 @@ <div class="span4 columns"> <h2>Buttons</h2> <p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p> - <p>All buttons default to a light gray style, but a blue <code>.primary</code> class is available. Plus, rolling your own styles is easy peasy.</p> + <p>All buttons default to a light gray style, but a blue <code>.primary</code> class and a red <code>.danger</code> class is available. Plus, rolling your own styles is easy peasy.</p> </div> <div class="span12 columns"> <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 type="submit" class="btn primary">Submit</button> <button type="submit" class="btn">Cancel</button> + <button type="submit" class="btn primary">Submit</button> <button type="submit" class="btn">Cancel</button> <button class="btn danger">Delete</button> </div> <h3>Alternate sizes</h3> <p>Fancy larger or smaller buttons? Have at it!</p> |
