From 0bfce13983ada3029d98916b01703d5c0cef2104 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 22 Aug 2011 23:53:02 -0700 Subject: add delete button + give .btn cursor:pointer --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 @@

Buttons

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.

-

All buttons default to a light gray style, but a blue .primary class is available. Plus, rolling your own styles is easy peasy.

+

All buttons default to a light gray style, but a blue .primary class and a red .danger class is available. Plus, rolling your own styles is easy peasy.

Example buttons

Button styles can be applied to anything with the .btn applied. Typically you’ll want to apply these to only <a>, <button>, and select <input> elements. Here’s how it looks:

-   +   

Alternate sizes

Fancy larger or smaller buttons? Have at it!

-- cgit v1.2.3