]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove .btn-group 9996/head
authorjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 20:06:46 +0000 (13:06 -0700)
committerjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 20:06:46 +0000 (13:06 -0700)
The example doesn't use .btn-group and adding the class causes "bad things to happen," as the saying goes.

http://jsfiddle.net/josephtate/g6AWF

components.html

index 24d1ad18c5424599399886b4121856385cf7d584..5320efcd632fd23f240727f7d66570eee5439fab 100644 (file)
@@ -1163,7 +1163,7 @@ base_url: "../"
 
 <div class="input-group">
   <input type="text" class="form-control">
-  <div class="input-group-btn btn-group">
+  <div class="input-group-btn">
     <!-- Button and dropdown menu -->
   </div>
 </div>