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:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css25
1 files changed, 8 insertions, 17 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 25fed03897..77f7d36487 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -601,33 +601,30 @@ pre code {
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
+ width: 100%;
}
@media (min-width: 576px) {
.container {
- width: 540px;
- max-width: 100%;
+ max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
- width: 720px;
- max-width: 100%;
+ max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
- width: 960px;
- max-width: 100%;
+ max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
- width: 1140px;
- max-width: 100%;
+ max-width: 1140px;
}
}
@@ -637,6 +634,7 @@ pre code {
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
+ width: 100%;
}
.row {
@@ -3262,15 +3260,6 @@ tbody.collapse.show {
justify-content: space-between;
}
-@media (max-width: 575px) {
- .navbar > .container,
- .navbar > .container-fluid {
- width: 100%;
- margin-right: 0;
- margin-left: 0;
- }
-}
-
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
@@ -3314,6 +3303,8 @@ tbody.collapse.show {
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
+ -ms-flex-align: center;
+ align-items: center;
}
.navbar-toggler {