Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-19 04:32:16 +0300
committerMark Otto <markdotto@gmail.com>2017-06-19 04:32:16 +0300
commit16d77b4cb07f575d45ae486125ea9df06bd45d3f (patch)
tree604dfa1acc7c6cbc11776d8a2f363e131cbe8507 /dist/css/bootstrap.css
parenteed427690b8b2abfab6998be942c9ecbff08ff06 (diff)
build
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ae2fe9d307..4062c73a22 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4629,8 +4629,8 @@ tbody.collapse.show {
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
- -webkit-flex: 1 0 0;
- -ms-flex: 1 0 0px;
+ -webkit-flex: 1 0 0%;
+ -ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
@@ -4656,8 +4656,8 @@ tbody.collapse.show {
}
.card-group .card {
-webkit-box-flex: 1;
- -webkit-flex: 1 0 0;
- -ms-flex: 1 0 0px;
+ -webkit-flex: 1 0 0%;
+ -ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.card-group .card + .card {
@@ -4806,6 +4806,7 @@ tbody.collapse.show {
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
+ line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
@@ -4821,6 +4822,7 @@ tbody.collapse.show {
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
+ line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
@@ -5091,7 +5093,7 @@ a.badge:focus, a.badge:hover {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
- flex: 1 1 0%;
+ flex: 1;
}
.list-group {