aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-31 21:36:10 -0700
committerMark Otto <[email protected]>2016-10-31 21:36:10 -0700
commitcd5c7a2263c33e7c4fe7f5db205ff93fbe17750f (patch)
tree3de9c88e47d6000d95375c8a701676e5424b6aa9 /docs/dist/css/bootstrap.css
parentffaad0a819c6cf1e21d9a9d313673f9d7a260584 (diff)
downloadbootstrap-cd5c7a2263c33e7c4fe7f5db205ff93fbe17750f.tar.xz
bootstrap-cd5c7a2263c33e7c4fe7f5db205ff93fbe17750f.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css149
1 files changed, 138 insertions, 11 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 6e5239014..1bbadb1d9 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -6132,31 +6132,158 @@ a.bg-inverse:focus, a.bg-inverse:hover {
clear: both;
}
-.d-block {
- display: block !important;
+.d-none {
+ display: none !important;
+}
+
+.d-inline {
+ display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
-.d-inline {
- display: inline !important;
+.d-block {
+ display: block !important;
}
-.float-xs-left {
+.d-table {
+ display: table !important;
+}
+
+.d-table-cell {
+ display: table-cell !important;
+}
+
+.d-flex {
+ display: -webkit-box !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+}
+
+@media (min-width: 576px) and (min-width: 576px) {
+ .d-sm-none {
+ display: none !important;
+ }
+ .d-sm-inline {
+ display: inline !important;
+ }
+ .d-sm-inline-block {
+ display: inline-block !important;
+ }
+ .d-sm-block {
+ display: block !important;
+ }
+ .d-sm-table {
+ display: table !important;
+ }
+ .d-sm-table-cell {
+ display: table-cell !important;
+ }
+ .d-sm-flex {
+ display: -webkit-box !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+ }
+}
+
+@media (min-width: 768px) and (min-width: 768px) {
+ .d-md-none {
+ display: none !important;
+ }
+ .d-md-inline {
+ display: inline !important;
+ }
+ .d-md-inline-block {
+ display: inline-block !important;
+ }
+ .d-md-block {
+ display: block !important;
+ }
+ .d-md-table {
+ display: table !important;
+ }
+ .d-md-table-cell {
+ display: table-cell !important;
+ }
+ .d-md-flex {
+ display: -webkit-box !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+ }
+}
+
+@media (min-width: 992px) and (min-width: 992px) {
+ .d-lg-none {
+ display: none !important;
+ }
+ .d-lg-inline {
+ display: inline !important;
+ }
+ .d-lg-inline-block {
+ display: inline-block !important;
+ }
+ .d-lg-block {
+ display: block !important;
+ }
+ .d-lg-table {
+ display: table !important;
+ }
+ .d-lg-table-cell {
+ display: table-cell !important;
+ }
+ .d-lg-flex {
+ display: -webkit-box !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+ }
+}
+
+@media (min-width: 1200px) and (min-width: 1200px) {
+ .d-xl-none {
+ display: none !important;
+ }
+ .d-xl-inline {
+ display: inline !important;
+ }
+ .d-xl-inline-block {
+ display: inline-block !important;
+ }
+ .d-xl-block {
+ display: block !important;
+ }
+ .d-xl-table {
+ display: table !important;
+ }
+ .d-xl-table-cell {
+ display: table-cell !important;
+ }
+ .d-xl-flex {
+ display: -webkit-box !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+ }
+}
+
+.float-left {
float: left !important;
}
-.float-xs-right {
+.float-right {
float: right !important;
}
-.float-xs-none {
+.float-none {
float: none !important;
}
-@media (min-width: 576px) {
+@media (min-width: 576px) and (min-width: 576px) {
.float-sm-left {
float: left !important;
}
@@ -6168,7 +6295,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
-@media (min-width: 768px) {
+@media (min-width: 768px) and (min-width: 768px) {
.float-md-left {
float: left !important;
}
@@ -6180,7 +6307,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
-@media (min-width: 992px) {
+@media (min-width: 992px) and (min-width: 992px) {
.float-lg-left {
float: left !important;
}
@@ -6192,7 +6319,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
}
}
-@media (min-width: 1200px) {
+@media (min-width: 1200px) and (min-width: 1200px) {
.float-xl-left {
float: left !important;
}