diff options
| author | Mark Otto <[email protected]> | 2013-07-18 01:25:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 01:25:28 -0700 |
| commit | 6e04925328c74dde8d98676b5148d646ea055e9b (patch) | |
| tree | afe6d9aef724184db7c893b6d324519b729d3fc9 /docs/assets/css | |
| parent | e72b524d416a5b3352274e0d748ffd77ceecf100 (diff) | |
| parent | 6ec8a1e44f6b58ed57d015916a4fe39bfb0e2340 (diff) | |
| download | bootstrap-6e04925328c74dde8d98676b5148d646ea055e9b.tar.xz bootstrap-6e04925328c74dde8d98676b5148d646ea055e9b.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4372f2694..c89cd7af6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3260,8 +3260,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; } |
