diff options
| author | Mark Otto <[email protected]> | 2013-08-04 22:25:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 22:25:58 -0700 |
| commit | 5e637313b7e1f1f5f967ea2c334972a23db6912d (patch) | |
| tree | 1502fc1b6af58590e17f107e2b140e6695c71e53 /dist/css/bootstrap.css | |
| parent | 300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d (diff) | |
| parent | 6bebecfb287aa6aafce86a55dab6006e215f74fe (diff) | |
| download | bootstrap-5e637313b7e1f1f5f967ea2c334972a23db6912d.tar.xz bootstrap-5e637313b7e1f1f5f967ea2c334972a23db6912d.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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; } |
