Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Restores perspective to flip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Jan 29, 2013
1 parent fb0f02a commit 2c25851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/X-rayHTML.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/* Code Viewer */

.source {
position: relative;
}
.source-panel {
tab-size: 3;
Expand All @@ -17,8 +18,7 @@

/* Flip Animation */

.method-flip .source {
position: relative;
.method-flip {
-webkit-perspective: 2500px;
-moz-perspective: 2500px;
perspective: 2500px;
Expand Down

0 comments on commit 2c25851

Please sign in to comment.