2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00
This commit is contained in:
Mark Otto
2016-10-09 15:02:49 -07:00
parent 3b13f81126
commit 8d162553fa
30 changed files with 202 additions and 174 deletions
+16 -12
View File
@@ -54,7 +54,7 @@
justify-content: space-between;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.flex-sm-first {
order: -1;
}
@@ -66,7 +66,7 @@
}
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.flex-items-sm-top {
align-items: flex-start;
}
@@ -78,7 +78,7 @@
}
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.flex-sm-top {
align-self: flex-start;
}
@@ -90,7 +90,7 @@
}
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.flex-items-sm-left {
justify-content: flex-start;
}
@@ -277,27 +277,31 @@
padding-right: 15px;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.container {
max-width: 576px;
width: 540px;
max-width: 100%;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
width: 720px;
max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
width: 960px;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
width: 1140px;
max-width: 100%;
}
}
@@ -315,7 +319,7 @@
margin-left: -15px;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.row {
margin-right: -15px;
margin-left: -15px;
@@ -351,7 +355,7 @@
padding-left: 15px;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px;
@@ -593,7 +597,7 @@
margin-left: 91.666667%;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
File diff suppressed because one or more lines are too long
+12 -12
View File
@@ -113,7 +113,7 @@
margin-bottom: -2rem !important;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-masthead {
padding-top: 8rem;
padding-bottom: 2rem;
@@ -174,7 +174,7 @@
text-align: center;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-featurette {
text-align: left;
}
@@ -202,7 +202,7 @@
margin: 2.5rem auto;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.half-rule {
margin-right: 0;
margin-left: 0;
@@ -298,7 +298,7 @@
text-decoration: none;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
#carbonads {
max-width: 330px;
margin: 50px auto 0;
@@ -374,7 +374,7 @@
margin-bottom: .25rem;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-title {
font-size: 3rem;
}
@@ -418,7 +418,7 @@
font-weight: 300;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-pageheader {
padding-top: 4rem;
padding-bottom: 4rem;
@@ -600,7 +600,7 @@
margin-bottom: 0;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-footer {
text-align: left;
}
@@ -690,7 +690,7 @@
clear: both;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-example {
padding: 1.5rem;
margin-right: 0;
@@ -809,7 +809,7 @@
margin: 1rem -1rem -1rem;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.bd-example .navbar-fixed-top {
margin: -1.5rem -1.5rem 1rem;
}
@@ -915,7 +915,7 @@
background-color: #f7f7f9;
}
@media (min-width: 544px) {
@media (min-width: 576px) {
.highlight {
padding: 1.5rem;
margin-right: 0;
@@ -997,13 +997,13 @@
border: 1px solid #d6e9c6;
}
@media (max-width: 543px) {
@media (max-width: 575px) {
.hidden-xs-only {
display: none !important;
}
}
@media (min-width: 544px) and (max-width: 767px) {
@media (min-width: 576px) and (max-width: 767px) {
.hidden-sm-only {
display: none !important;
}
File diff suppressed because one or more lines are too long