Skip to content

Commit

Permalink
rotation in Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed May 15, 2011
1 parent f2f4b8a commit 0c00456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/style.css
Expand Up @@ -358,6 +358,9 @@ a:hover {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

/* http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/ */
-o-transform: rotate(-90deg);
}

/* writing section */
Expand Down

0 comments on commit 0c00456

Please sign in to comment.