diff options
| author | Mark Otto <[email protected]> | 2012-12-19 19:33:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 19:33:14 -0800 |
| commit | 19a94d08d659d39e718efca95812cac2db178b15 (patch) | |
| tree | 7517fbd61b4af479844e53f34a50b3c8cc585ed3 /docs/assets/css/bootstrap.css | |
| parent | 4c82dd3645ec60277b07a161c779f57dda10037c (diff) | |
| download | bootstrap-19a94d08d659d39e718efca95812cac2db178b15.tar.xz bootstrap-19a94d08d659d39e718efca95812cac2db178b15.zip | |
Remove support for multiple buttons in input groups because fuck that shit.
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d7fc04bfe..ce707c9f2 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1424,22 +1424,22 @@ select:focus:invalid:focus { display: table-cell; } -.input-group-btn:first-child > .btn:last-child, +.input-group-btn:first-child > .btn, .input-group-btn.btn-group:first-child > .btn { border-right: 0; } -.input-group-btn:first-child > .btn:first-child, +.input-group-btn:first-child > .btn, .input-group-btn.btn-group:first-child > .btn { border-radius: 4px 0 0 4px; } -.input-group-btn:last-child > .btn:first-child, +.input-group-btn:last-child > .btn, .input-group-btn.btn-group:last-child > .btn:first-child { border-left: 0; } -.input-group-btn:last-child > .btn:last-child, +.input-group-btn:last-child > .btn, .input-group-btn.btn-group:last-child > .btn { border-radius: 0 4px 4px 0; } |
