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 'docs/4.0/examples/product/product.css')
-rw-r--r--docs/4.0/examples/product/product.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.0/examples/product/product.css b/docs/4.0/examples/product/product.css
index fdfb63b137..cc0d15c8ce 100644
--- a/docs/4.0/examples/product/product.css
+++ b/docs/4.0/examples/product/product.css
@@ -67,13 +67,11 @@
.flex-equal > * {
-ms-flex: 1;
- -webkit-box-flex: 1;
flex: 1;
}
@media (min-width: 768px) {
.flex-md-equal > * {
-ms-flex: 1;
- -webkit-box-flex: 1;
flex: 1;
}
}