diff options
| author | XhmikosR <[email protected]> | 2015-11-12 09:13:58 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-12 09:13:58 +0200 |
| commit | 18ddb7648d315f880c8d01b226eed039e7cc022a (patch) | |
| tree | 2673da1d873562cde499f77d65d4bf337dc16882 /docs/dist/css/bootstrap.css | |
| parent | 47283e703b53d23ddc1760b42c6807a9b0d9a413 (diff) | |
| download | bootstrap-18ddb7648d315f880c8d01b226eed039e7cc022a.tar.xz bootstrap-18ddb7648d315f880c8d01b226eed039e7cc022a.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
