wcs: add browser prefixed variant of transform property

This commit is contained in:
Frédéric Péters 2014-12-18 12:09:47 +01:00
parent b1fc30e45e
commit ab0d542afd
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ div#tetiere-bottom {
width: 100%;
background: white;
z-index: -10;
-ms-transform: skewY(2deg);
-webkit-transform: skewY(2deg);
transform: skewY(2deg);
}