From 8f9c883c32c574f39ec37d10d6bda6690896bac9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 May 2017 21:00:43 -0700 Subject: build --- dist/css/bootstrap-grid.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap-grid.css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 62cf59d7e..1968d72b2 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -243,6 +243,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-1 { @@ -506,6 +507,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-sm-1 { -webkit-box-flex: 0; @@ -724,6 +726,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-md-1 { -webkit-box-flex: 0; @@ -942,6 +945,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-lg-1 { -webkit-box-flex: 0; @@ -1160,6 +1164,7 @@ html { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; + max-width: none; } .col-xl-1 { -webkit-box-flex: 0; -- cgit v1.2.3 From 620257456ed0685cae6b6ff51d2ab1e37f02a4fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 May 2017 21:25:47 -0700 Subject: build --- dist/css/bootstrap-grid.css | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'dist/css/bootstrap-grid.css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 1968d72b2..248d4ecb9 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -1545,7 +1545,6 @@ html { .align-self-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } @@ -1564,7 +1563,6 @@ html { .align-self-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } @@ -1577,7 +1575,6 @@ html { .align-self-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } @@ -1735,7 +1732,6 @@ html { .align-self-sm-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-sm-start { @@ -1751,7 +1747,6 @@ html { .align-self-sm-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-sm-baseline { @@ -1762,7 +1757,6 @@ html { .align-self-sm-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -1921,7 +1915,6 @@ html { .align-self-md-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-md-start { @@ -1937,7 +1930,6 @@ html { .align-self-md-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-md-baseline { @@ -1948,7 +1940,6 @@ html { .align-self-md-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -2107,7 +2098,6 @@ html { .align-self-lg-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-lg-start { @@ -2123,7 +2113,6 @@ html { .align-self-lg-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-lg-baseline { @@ -2134,7 +2123,6 @@ html { .align-self-lg-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } @@ -2293,7 +2281,6 @@ html { .align-self-xl-auto { -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; align-self: auto !important; } .align-self-xl-start { @@ -2309,7 +2296,6 @@ html { .align-self-xl-center { -webkit-align-self: center !important; -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; align-self: center !important; } .align-self-xl-baseline { @@ -2320,7 +2306,6 @@ html { .align-self-xl-stretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; align-self: stretch !important; } } -- cgit v1.2.3