aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-18 00:59:31 -0700
committerfat <[email protected]>2013-07-18 00:59:31 -0700
commit37e899d76630d29565c0c6ff67885eee01777e1a (patch)
tree12f6e9985723e6b167d5ed01b8693ffd3b5079f9 /docs/assets/css/bootstrap.css
parent2a4a0f70ef6dde303d92ee2bcc082d9e9aad181b (diff)
downloadbootstrap-37e899d76630d29565c0c6ff67885eee01777e1a.tar.xz
bootstrap-37e899d76630d29565c0c6ff67885eee01777e1a.zip
get button js working with actual form elements p cooll
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e625405e2..58f495704 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3269,8 +3269,8 @@ button.close {
width: 1%;
}
-.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"],
-.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
+.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
+.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}