diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6f2762c17..2c0d18145 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -856,6 +856,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-1 { @@ -1119,6 +1120,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-sm-1 { -webkit-box-flex: 0; @@ -1337,6 +1339,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-md-1 { -webkit-box-flex: 0; @@ -1555,6 +1558,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-lg-1 { -webkit-box-flex: 0; @@ -1773,6 +1777,7 @@ pre code { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-xl-1 { -webkit-box-flex: 0; @@ -3056,8 +3061,8 @@ tbody.collapse.show { display: inline-block; width: 0; height: 0; - margin-left: 0.3em; - vertical-align: middle; + margin-left: 0.255em; + vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; @@ -6430,7 +6435,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } @@ -6449,7 +6453,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } @@ -6462,7 +6465,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } @@ -6620,7 +6622,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-sm-start { @@ -6636,7 +6637,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-sm-baseline { @@ -6647,7 +6647,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-sm-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -6806,7 +6805,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-md-start { @@ -6822,7 +6820,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-md-baseline { @@ -6833,7 +6830,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-md-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -6992,7 +6988,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-lg-start { @@ -7008,7 +7003,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-lg-baseline { @@ -7019,7 +7013,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-lg-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -7178,7 +7171,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-xl-start { @@ -7194,7 +7186,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-xl-baseline { @@ -7205,7 +7196,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { .align-self-xl-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } |
