Commit e4bf27b2 authored by jody tate's avatar jody tate

remove .btn-group

Removing this class--it's not used in the example and using it causes "bad things to happen." 

http://jsfiddle.net/josephtate/Jn6H4/
parent c429fd1a
...@@ -1163,7 +1163,7 @@ base_url: "../" ...@@ -1163,7 +1163,7 @@ base_url: "../"
<div class="input-group"> <div class="input-group">
<input type="text" class="form-control"> <input type="text" class="form-control">
<div class="input-group-btn btn-group"> <div class="input-group-btn">
<!-- Button and dropdown menu --> <!-- Button and dropdown menu -->
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment