From 258e1d62fbff743f8ae08ef75ffbc962fdb51e58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 15 Jun 2013 11:37:59 -0700 Subject: Fix up broken input group example layouts --- docs/css.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 7cc50602e..6b6695464 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1516,7 +1516,7 @@ For example, <section> should be wrapped as inline.

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

-
+
@ @@ -1553,7 +1553,7 @@ For example, <section> should be wrapped as inline.

Optional sizes

Add the relative form sizing classes to the `.input-group-addon`.

- +
@ @@ -1588,7 +1588,7 @@ For example, <section> should be wrapped as inline.

Buttons instead of text

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.

- +
@@ -1621,7 +1621,7 @@ For example, <section> should be wrapped as inline.

Button dropdowns

- +
@@ -1681,7 +1681,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Segmented dropdown groups

- +
-- cgit v1.2.3