aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-12 09:13:58 +0200
committerXhmikosR <[email protected]>2015-11-12 09:13:58 +0200
commit18ddb7648d315f880c8d01b226eed039e7cc022a (patch)
tree2673da1d873562cde499f77d65d4bf337dc16882 /docs/dist/css/bootstrap.css
parent47283e703b53d23ddc1760b42c6807a9b0d9a413 (diff)
downloadbootstrap-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.css2
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 {