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-12-23 04:15:46 +0300
committerMark Otto <markdotto@gmail.com>2017-12-23 04:15:46 +0300
commit5621c800aabfacee982de56c04628057ecb21f97 (patch)
treece67180a70290e7594b4a40209f91bfba4e5b8e2 /dist/css/bootstrap.css
parentb23bf85faa1e18b7424dce6bee8f68dfc88d3833 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css36
1 files changed, 24 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b8095ba743..a6a2dfc666 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -583,22 +583,18 @@ samp {
}
code {
- padding: 0.2rem 0.4rem;
- font-size: 90%;
- color: #bd4147;
- background-color: #f8f9fa;
- border-radius: 0.25rem;
+ font-size: 87.5%;
+ color: #e83e8c;
+ word-break: break-word;
}
a > code {
- padding: 0;
color: inherit;
- background-color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
- font-size: 90%;
+ font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
@@ -612,16 +608,14 @@ kbd kbd {
pre {
display: block;
- font-size: 90%;
+ font-size: 87.5%;
color: #212529;
}
pre code {
- padding: 0;
font-size: inherit;
color: inherit;
- background-color: transparent;
- border-radius: 0;
+ word-break: normal;
}
.pre-scrollable {
@@ -1906,6 +1900,7 @@ select.form-control:focus::-ms-value {
.form-control-file,
.form-control-range {
display: block;
+ width: 100%;
}
.col-form-label {
@@ -3279,6 +3274,19 @@ tbody.collapse.show {
border-bottom-left-radius: 0;
}
+.input-group .custom-file {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ width: 100%;
+}
+
+.input-group .custom-file .custom-file-input {
+ width: 100%;
+ min-width: 0;
+}
+
.input-group .custom-file:not(:first-child):not(:last-of-type) .custom-file-control,
.input-group .custom-file:not(:first-child):not(:last-of-type) .custom-file-control::before {
border-radius: 0;
@@ -3296,6 +3304,10 @@ tbody.collapse.show {
border-bottom-left-radius: 0;
}
+.input-group .custom-select {
+ width: 100%;
+}
+
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;