diff options
| author | Mark Otto <[email protected]> | 2013-08-21 14:25:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-21 14:25:49 -0700 |
| commit | aea1d8839fdfa6c517bf42719f82b56510a56d0b (patch) | |
| tree | 02bc1ab1d01c81958d54b373245cdd6dc7c01c7a /components.html | |
| parent | c429fd1a3c2bb3f08c031d37050b2e83186d8b16 (diff) | |
| parent | e4bf27b223967772eceb1c4256a5fc5bd51565bf (diff) | |
| download | bootstrap-aea1d8839fdfa6c517bf42719f82b56510a56d0b.tar.xz bootstrap-aea1d8839fdfa6c517bf42719f82b56510a56d0b.zip | |
Merge pull request #10006 from jodytate/master
remove .btn-group
Diffstat (limited to 'components.html')
| -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> |
