From f58997a0dae54dc98d11892afef9acb85bdc6a1e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 19:12:11 -0700 Subject: dist --- dist/css/bootstrap-grid.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'dist/css/bootstrap-grid.css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index d1db4cebf..03f9907d7 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -173,6 +173,11 @@ html { max-width: 100%; } +.order-first { + -ms-flex-order: -1; + order: -1; +} + .order-1 { -ms-flex-order: 1; order: 1; @@ -351,6 +356,10 @@ html { flex: 0 0 100%; max-width: 100%; } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } .order-sm-1 { -ms-flex-order: 1; order: 1; @@ -511,6 +520,10 @@ html { flex: 0 0 100%; max-width: 100%; } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } .order-md-1 { -ms-flex-order: 1; order: 1; @@ -671,6 +684,10 @@ html { flex: 0 0 100%; max-width: 100%; } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } .order-lg-1 { -ms-flex-order: 1; order: 1; @@ -831,6 +848,10 @@ html { flex: 0 0 100%; max-width: 100%; } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } .order-xl-1 { -ms-flex-order: 1; order: 1; -- cgit v1.2.3 From acaa6d6f239050a6c9444b4afc0c90a387e2b729 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Oct 2017 20:36:35 -0700 Subject: dist --- dist/css/bootstrap-grid.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap-grid.css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 03f9907d7..75d7f269a 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -15,10 +15,10 @@ html { .container { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } @media (min-width: 576px) { @@ -47,10 +47,10 @@ html { .container-fluid { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } .row { -- cgit v1.2.3