Use 'transform: scale' instead of unofficial 'zoom'

This commit is contained in:
Juanitou 2018-06-21 10:04:05 +02:00
parent e4b3aa2d6c
commit 3f71bdcce1

View File

@ -23,7 +23,7 @@ body{-webkit-text-size-adjust:none;}
.clear:before, .clear:after {content: "\0020"; display: block; height: 0; overflow: hidden; } .clear:before, .clear:after {content: "\0020"; display: block; height: 0; overflow: hidden; }
.clear:after {clear:both;} .clear:after {clear:both;}
.clear{zoom:1;} .clear{transform: scale(1);}
sub, sup{font-size:75%; line-height:0; position:relative;} sub, sup{font-size:75%; line-height:0; position:relative;}
sup{top:-0.5em;} sup{top:-0.5em;}