correction de la formule LESS {calc(1em * .625);

This commit is contained in:
raphaelgoettter 2015-03-30 11:08:30 +02:00
parent 0bdc569479
commit a890dfe2dd
3 changed files with 1 additions and 9 deletions

View File

@ -65,7 +65,7 @@ html {
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */ /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
/* thanks to @guardian, @victorbritopro and @eQRoeil */ /* 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) */ /* disallow text zooming on orientation change (non standard property) */
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;

View File

@ -45,10 +45,6 @@
display: none; display: none;
} }
img {
filter: grayscale(100%);
}
/* no orphans, no widows */ /* no orphans, no widows */
p, p,
.p-like, .p-like,

View File

@ -44,10 +44,6 @@
display: none; display: none;
} }
img {
filter: grayscale(100%);
}
/* no orphans, no widows */ /* no orphans, no widows */
p, p,
.p-like, .p-like,