aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorjody tate <[email protected]>2013-08-21 13:06:46 -0700
committerjody tate <[email protected]>2013-08-21 13:06:46 -0700
commitcb2e11ece4334d9e1dd0ecd60c651bbebb0561d2 (patch)
treee214176bf9a6f94d71d64b971a08de88c67db0f0 /components.html
parent68b7998c05582305a746bf76ab895dd2b9842bc2 (diff)
downloadbootstrap-cb2e11ece4334d9e1dd0ecd60c651bbebb0561d2.tar.xz
bootstrap-cb2e11ece4334d9e1dd0ecd60c651bbebb0561d2.zip
remove .btn-group
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
Diffstat (limited to 'components.html')
-rw-r--r--components.html2
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>