Added -webkit-transform.

This commit is contained in:
Greg Edwards 2014-05-13 23:26:23 -04:00
parent f98c71237d
commit a529ee09f7

View File

@ -96,6 +96,7 @@
margin: 0; padding: 0;
text-decoration: none;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.code