diff options
| author | Mark Otto <[email protected]> | 2017-06-18 18:32:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 18:32:16 -0700 |
| commit | 16d77b4cb07f575d45ae486125ea9df06bd45d3f (patch) | |
| tree | 604dfa1acc7c6cbc11776d8a2f363e131cbe8507 /dist/css/bootstrap.css | |
| parent | eed427690b8b2abfab6998be942c9ecbff08ff06 (diff) | |
| download | bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.tar.xz bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.zip | |
build
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae2fe9d30..4062c73a2 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 { |
