aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-17 16:00:36 -0700
committerMark Otto <[email protected]>2012-08-17 16:00:36 -0700
commit2b22c0c56efb86c213884897f14383f45e1414b3 (patch)
tree10ab6d2290d0dd7a1a7984280c124a757061c846 /docs
parent9e6322dbab50d416246317d0e0e1b02477845bb4 (diff)
downloadbootstrap-2b22c0c56efb86c213884897f14383f45e1414b3.tar.xz
bootstrap-2b22c0c56efb86c213884897f14383f45e1414b3.zip
fixes #4438: button groups in inline forms now render inline
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index ea03ef5a1..c726bf0a3 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1651,7 +1651,9 @@ input.search-query {
}
.form-search label,
-.form-inline label {
+.form-inline label,
+.form-search .btn-group,
+.form-inline .btn-group {
display: inline-block;
}