diff options
| author | jody tate <[email protected]> | 2013-08-21 13:31:17 -0700 |
|---|---|---|
| committer | jody tate <[email protected]> | 2013-08-21 13:31:17 -0700 |
| commit | e4bf27b223967772eceb1c4256a5fc5bd51565bf (patch) | |
| tree | 02bc1ab1d01c81958d54b373245cdd6dc7c01c7a | |
| parent | c429fd1a3c2bb3f08c031d37050b2e83186d8b16 (diff) | |
| download | bootstrap-e4bf27b223967772eceb1c4256a5fc5bd51565bf.tar.xz bootstrap-e4bf27b223967772eceb1c4256a5fc5bd51565bf.zip | |
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/
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 24d1ad18c..5320efcd6 100644 --- a/components.html +++ b/components.html @@ -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> |
