aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-04 22:16:41 -0700
committerMark Otto <[email protected]>2013-08-04 22:16:41 -0700
commit6bebecfb287aa6aafce86a55dab6006e215f74fe (patch)
tree04fb108eaee9c5214186397fee0f42ac8814e3ad /dist/css/bootstrap.css
parent180034a4b450fb4a6567d6dbaaeb680905d798c4 (diff)
parent584759eac0839feeaf5fbde339e772d389dda16f (diff)
downloadbootstrap-6bebecfb287aa6aafce86a55dab6006e215f74fe.tar.xz
bootstrap-6bebecfb287aa6aafce86a55dab6006e215f74fe.zip
Merge pull request #9079 from liuyl/buttongroups
Fix #7108: btn group styling
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
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;
}