From a497e9010a5fcf4fce7e7112a0d3f32da57e8adb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 17:12:32 -0800 Subject: make button examples button element and add upgrade note on tooltip positions per #1532 --- docs/base-css.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 678504b72..2ee0f2d29 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1301,23 +1301,23 @@ For example, <code>section</code> should be wrapped as inline.

Multiple sizes

Fancy larger or smaller buttons? Add .btn-large or .btn-small for two additional sizes.

- Primary action - Action + +

- Primary action - Action + +


Disabled state

For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.

- Primary action - Action + Primary link + Link

- - + +

-- cgit v1.2.3