From 19a94d08d659d39e718efca95812cac2db178b15 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 19:33:14 -0800 Subject: Remove support for multiple buttons in input groups because fuck that shit. --- docs/css.html | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index e6506c432..01410e0c4 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1357,40 +1357,6 @@ For example, <code><section></code> should be wrapped as inlin <button class="btn" type="button">Go!</button> </span> </div> - -
-
- - - - - -
-
-
- - - - - -
-
-
-<div class="input-group span7">
-  <input type="text">
-  <span class="input-group-btn">
-    <button class="btn" type="button">Search</button>
-    <button class="btn" type="button">Options</button>
-  </span>
-</div>
-
-<div class="input-group span7">
-  <span class="input-group-btn">
-    <button class="btn" type="button">Search</button>
-    <button class="btn" type="button">Options</button>
-  </span>
-  <input type="text">
-</div>
 

Button dropdowns

@@ -1471,6 +1437,8 @@ For example, <code><section></code> should be wrapped as inlin +
+
-- cgit v1.2.3