From 18ddb7648d315f880c8d01b226eed039e7cc022a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 12 Nov 2015 09:13:58 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 7893e4793..2e4f173fe 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3767,6 +3767,7 @@ tbody.collapse.in { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; @@ -3774,6 +3775,7 @@ tbody.collapse.in { .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { -- cgit v1.2.3