diff options
| author | Mark Otto <[email protected]> | 2013-12-15 14:32:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 14:32:14 -0800 |
| commit | 24eee65c2559950e321161965ff5afd4a4b51001 (patch) | |
| tree | ce0c12b78cbc7f64f67d83427b4a536f5f8de164 /dist/css/bootstrap.css | |
| parent | 6bc7126643e42b2f2b4ef4006046757a55b8e86e (diff) | |
| download | bootstrap-24eee65c2559950e321161965ff5afd4a4b51001.tar.xz bootstrap-24eee65c2559950e321161965ff5afd4a4b51001.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9af0be7c7..6f9c8a7a1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3200,12 +3200,12 @@ input[type="button"].btn-block { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical > .btn-group:last-child > .btn:first-child { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } |
