27
0
Fork 1
forked from mirror/Mainroad

Drop IE10 support

This commit is contained in:
vimux 2019-03-17 17:37:40 -04:00
parent 238da29808
commit 239548150c
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34
3 changed files with 3 additions and 16 deletions

View file

@ -1,4 +1,4 @@
> 0.25%
not dead
IE >= 10
IE >= 11
iOS >= 7

View file

@ -18,10 +18,10 @@
**Browser support:**
+ **Desktop:** IE10+, Chrome, Firefox, Safari
+ **Desktop:** IE11+, Chrome, Firefox, Safari
+ **Mobile:** Android browser (on Android 4.4+), Safari (on iOS 7+), Google Chrome, Opera mini
Other browsers (like Opera on Blink engine) are also supported, but not tested. Support for older versions of Internet Explorer (IE9 and below) ended.
Other browsers (like Opera on Blink engine) are also supported, but not tested.
## Installation

View file

@ -71,15 +71,12 @@ body {
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.primary {
-webkit-flex: 1 0 65.83%;
-ms-flex: 1 0 65.83%;
flex: 1 0 65.83%;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
min-width: 0;
@ -87,9 +84,7 @@ body {
.sidebar {
-webkit-flex: 1 0 31.66%;
-ms-flex: 1 0 31.66%;
flex: 1 0 31.66%;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
min-width: 0;
@ -98,7 +93,6 @@ body {
.sidebar--left {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
margin: 0 2.5% 0 0;
}
@ -537,10 +531,8 @@ button:not(:-moz-focusring):focus > .menu__btn-title {
.js .menu__list {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
visibility: visible;
border: 0;
@ -878,7 +870,6 @@ button:not(:-moz-focusring):focus > .menu__btn-title {
/* Post Navigation */
.post-nav {
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-top: 25px;
@ -904,7 +895,6 @@ button:not(:-moz-focusring):focus > .menu__btn-title {
.post-nav__item {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 48%;
}
@ -1123,15 +1113,12 @@ textarea {
.footer__container {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.footer__links {
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}