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-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css50
1 files changed, 10 insertions, 40 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index 40ee85d9e2..c13834cc38 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -1,8 +1,8 @@
/*!
- * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
+ * Bootstrap Grid v4.5.1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
box-sizing: border-box;
@@ -15,39 +15,12 @@ html {
box-sizing: inherit;
}
-.container {
- width: 100%;
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
-}
-
-@media (min-width: 576px) {
- .container {
- max-width: 540px;
- }
-}
-
-@media (min-width: 768px) {
- .container {
- max-width: 720px;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- max-width: 960px;
- }
-}
-
-@media (min-width: 1200px) {
- .container {
- max-width: 1140px;
- }
-}
-
-.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
+.container,
+.container-fluid,
+.container-sm,
+.container-md,
+.container-lg,
+.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
@@ -82,6 +55,8 @@ html {
.row {
display: -ms-flexbox;
display: flex;
+ -ms-flex: 1 0 100%;
+ flex: 1 0 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
@@ -116,7 +91,6 @@ html {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
- min-width: 0;
max-width: 100%;
}
@@ -360,7 +334,6 @@ html {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
- min-width: 0;
max-width: 100%;
}
.row-cols-sm-1 > * {
@@ -563,7 +536,6 @@ html {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
- min-width: 0;
max-width: 100%;
}
.row-cols-md-1 > * {
@@ -766,7 +738,6 @@ html {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
- min-width: 0;
max-width: 100%;
}
.row-cols-lg-1 > * {
@@ -969,7 +940,6 @@ html {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
- min-width: 0;
max-width: 100%;
}
.row-cols-xl-1 > * {