mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
Remove redundant -ms-box-sizing CSS.
Prefix was only used in IE8 betas. No need to keep it.
This commit is contained in:
parent
c5abcde210
commit
ffd6edbaef
3 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
|||
body {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
padding: 1em;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,6 @@
|
|||
body {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
padding: 1em;
|
||||
|
|
Loading…
Reference in a new issue