correction de la formule LESS {calc(1em * .625);
This commit is contained in:
parent
0bdc569479
commit
a890dfe2dd
3 changed files with 1 additions and 9 deletions
|
@ -65,7 +65,7 @@ html {
|
|||
|
||||
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
||||
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
||||
font-size: calc(1em * 0.625);
|
||||
font-size: ~'calc(1em * .625)';
|
||||
|
||||
/* disallow text zooming on orientation change (non standard property) */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
|
|
|
@ -45,10 +45,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
/* no orphans, no widows */
|
||||
p,
|
||||
.p-like,
|
||||
|
|
|
@ -44,10 +44,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
/* no orphans, no widows */
|
||||
p,
|
||||
.p-like,
|
||||
|
|
Loading…
Reference in a new issue