Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Opera version Typo
  • Loading branch information
davidhund committed Feb 22, 2013
1 parent 3ab1768 commit 9ad148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2013-02-19-transforms.md
Expand Up @@ -16,7 +16,7 @@ prefixed: true
-webkit-transform: rotate(30deg); /* Ch, Saf */
-moz-transform: rotate(30deg); /* Fx <16 */
-ms-transform: rotate(30deg); /* IE 9 */
-o-transform: rotate(30deg); /* Op <21.1 */
-o-transform: rotate(30deg); /* Op <12.1 */
transform: rotate(30deg); /* IE 10, Fx 16+, Op 12.1+ */
}
</code></pre>
Expand Down

0 comments on commit 9ad148e

Please sign in to comment.