From 44447eeefe61dbb16cab59900c3c061d9f207fbc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Nov 2014 17:09:32 -0800 Subject: Give all embedded live docs examples data-example-id attrs Refs #11410 --- docs/_includes/css/buttons.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/_includes/css/buttons.html') diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index c4aee5972..78cd56487 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -3,7 +3,7 @@

Button tags

Use the button classes on an <a>, <button>, or <input> element.

-
+ Link @@ -34,7 +34,7 @@

Options

Use any of the available button classes to quickly create a styled button.

-
+
@@ -73,7 +73,7 @@

Sizes

Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.

-
+

@@ -111,7 +111,7 @@ {% endhighlight %}

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

-
+
@@ -128,7 +128,7 @@

Button element

No need to add :active as it's a pseudo-class, but if you need to force the same appearance, go ahead and add .active.

-

+

@@ -139,7 +139,7 @@

Anchor element

Add the .active class to <a> buttons.

-

+

Primary link Link

@@ -154,7 +154,7 @@

Button element

Add the disabled attribute to <button> buttons.

-

+

@@ -170,7 +170,7 @@

Anchor element

Add the .disabled class to <a> buttons.

-

+

Primary link Link

-- cgit v1.2.3