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-10-19 06:38:08 +0300
committerMark Otto <markdotto@gmail.com>2017-10-19 06:38:08 +0300
commit4a603f11e561bbb528a3a66870ab367c26518990 (patch)
treeea7ad959bfdf4f813a1e3727c3d917d0dea96671 /dist/css/bootstrap.css
parenta62ced0e0b397b9480fea349f4803012a0d1f3a2 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css19
1 files changed, 5 insertions, 14 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b627edf195..fd608ff5a5 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -433,7 +433,7 @@ h1, h2, h3, h4, h5, h6,
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
- line-height: 1.1;
+ line-height: 1.2;
color: inherit;
}
@@ -469,25 +469,25 @@ h6, .h6 {
.display-1 {
font-size: 6rem;
font-weight: 300;
- line-height: 1.1;
+ line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
- line-height: 1.1;
+ line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
- line-height: 1.1;
+ line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
- line-height: 1.1;
+ line-height: 1.2;
}
hr {
@@ -1882,11 +1882,6 @@ pre code {
opacity: 1;
}
-.form-control::-ms-input-placeholder {
- color: #868e96;
- opacity: 1;
-}
-
.form-control::placeholder {
color: #868e96;
opacity: 1;
@@ -2225,10 +2220,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.form-inline .input-group {
width: auto;
}
- .form-inline .form-control-label {
- margin-bottom: 0;
- vertical-align: middle;
- }
.form-inline .form-check {
display: -ms-flexbox;
display: flex;