]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove .btn-group 10006/head
authorjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 20:31:17 +0000 (13:31 -0700)
committerjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 20:31:17 +0000 (13:31 -0700)
Removing this class--it's not used in the example and using it causes "bad things to happen."

http://jsfiddle.net/josephtate/Jn6H4/

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>