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/components/input-groups.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/components/input-groups.html') diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index 221fcad54..8a07735d2 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -22,7 +22,7 @@

Place one add-on or button on either side of an input. You may also place one on both sides of an input.

We do not support multiple add-ons on a single side.

We do not support multiple form-controls in a single input group.

-
+
@ @@ -59,7 +59,7 @@

Sizing

Add the relative form sizing classes to the .input-group itself and contents within will automatically resize—no need for repeating the form control size classes on each element.

- +
@ @@ -95,7 +95,7 @@

Checkboxes and radio addons

Place any checkbox or radio option within an input group's addon instead of text.

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

Button addons

Buttons in input groups are a bit different and require one extra level of nesting. Instead of .input-group-addon, you'll need to use .input-group-btn to wrap the buttons. This is required due to default browser styles that cannot be overridden.

- +
@@ -182,7 +182,7 @@

Buttons with dropdowns

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

Segmented buttons

- +
-- cgit v1.2.3