1
0
Fork 0

{-moz-,-webkit-}transform alternatives

website
Mike Gerwitz 2014-03-13 21:14:01 -04:00
parent c440cbfbb9
commit 1b1fccf82c
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 5 additions and 0 deletions

View File

@ -485,6 +485,11 @@ body.whyfreejs p.imgattr {
padding: 0px;
font-size: 0.7em;
/* these "vendor"-specific prefixes can one day be removed; indeed, modern
* versions of FF do not need the -moz- prefix; it's included for slightly
* out-of-date browsers */
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 30em;