diff options
| author | liuyl <[email protected]> | 2013-08-05 08:29:01 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-08-05 08:29:01 +0800 |
| commit | 584759eac0839feeaf5fbde339e772d389dda16f (patch) | |
| tree | 60f6e1642ab38fe762aa7c1663c7b78d41ccba15 /dist/css/bootstrap.css | |
| parent | f22a077f6ea0e0d85d9899a1f44eab4733ca6af6 (diff) | |
| download | bootstrap-584759eac0839feeaf5fbde339e772d389dda16f.tar.xz bootstrap-584759eac0839feeaf5fbde339e772d389dda16f.zip | |
btngroups
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4259d4d2b..bb466dd21 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3257,12 +3257,12 @@ button.close { border-radius: 0; } -.btn-group-vertical .btn:first-child { +.btn-group-vertical .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical .btn:last-child { +.btn-group-vertical .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; } |
